Exchange Identifiers
Spot endpoints take an exchange parameter that specifies which venue the request applies to. All values are case-insensitive on input.
| Identifier | Pairs | Notes |
|---|---|---|
coinswitchx | <COIN>/INR | Indian Rupee pairs. |
c2c1 | <COIN>/USDT | USDT (crypto-to-crypto) pairs. |
c2c2 | <COIN>/USDT | USDT (crypto-to-crypto) pairs. |
Comma-separated lists
Some endpoints (for example List Orders and Tickers) accept a comma-separated list of exchanges in a single call:
exchanges=coinswitchx,c2c1
This is convenient when you want to aggregate orders or rates across multiple venues.
Symbol format
Symbols are written as BASE/QUOTE:
- INR pairs:
BTC/INR,ETH/INR,SHIB/INR - USDT pairs:
BTC/USDT,ETH/USDT,MATIC/USDT
Symbols are case-insensitive on input but are uppercased in responses (e.g. you can send btc/inr and get back BTC/INR).
Why two crypto-to-crypto exchanges?
c2c1 and c2c2 are independent USDT venues with their own order books. Best execution depends on the asset and current market conditions; you can fan out across both to capture better fills.