Exchange Tickers by ID
Exchanges
Exchange Tickers by ID
To query exchange’s tickers based on exchange’s ID
GET
Exchange Tickers by ID
Notes
- Tickers are paginated to 100 items per page.
- Use
order=base_targetfor stable pagination — sorts bybasethentargetsymbol in lexicographical order, preventing duplicate or missing tickers across pages. - When
dex_pair_format=symbol, DEX pairbaseandtargetdisplay as symbols (e.g.WETH,USDC) instead of contract addresses.
SDK Examples
Authorizations
Path Parameters
Exchange ID.
*refers to /exchanges/list.
Query Parameters
Filter tickers by coin IDs, comma-separated if querying more than 1 coin.
*refers to /coins/list.
Include exchange logo. Default: false
Page through results.
Include 2% orderbook depth (cost_to_move_up_usd and cost_to_move_down_usd). Default: false
Sort the order of responses.
Default: trust_score_desc
Available options:
market_cap_asc, market_cap_desc, trust_score_desc, trust_score_asc, volume_desc, volume_asc, base_target Set to symbol to display DEX pair base and target as symbols.
Default: contract_address
Available options:
contract_address, symbol 
