v1

latestOpenAPI 3.0.02026-07-228772344.5 KB

Exchange Tickers by ID

To query exchange's tickers based on exchange's ID

get/exchanges/{id}/tickers

Path parameters

idstring required

Exchange ID. *refers to /exchanges/list.

Query parameters

coin_idsstring

Filter tickers by coin IDs, comma-separated if querying more than 1 coin. *refers to /coins/list.

include_exchange_logoboolean

Include exchange logo. Default: false

pagenumber

Page through results.

depthboolean

Include 2% orderbook depth (cost_to_move_up_usd and cost_to_move_down_usd). Default: false

order'market_cap_asc' | 'market_cap_desc' | 'trust_score_desc' | 'trust_score_asc' | 'volume_desc' | 'volume_asc' | 'base_target'

Sort the order of responses. Default: trust_score_desc

dex_pair_format'contract_address' | 'symbol'

Set to symbol to display DEX pair base and target as symbols. Default: contract_address

Response

Exchange tickers

namestring required

Coin name