Skip to main content
GET
Exchange Tickers by ID

Notes

  • Tickers are paginated to 100 items per page.
  • Use order=base_target for stable pagination — sorts by base then target symbol in lexicographical order, preventing duplicate or missing tickers across pages.
  • When dex_pair_format=symbol, DEX pair base and target display as symbols (e.g. WETH, USDC) instead of contract addresses.

SDK Examples

Authorizations

x-cg-pro-api-key
string
header
required

Learn how to set up your API key

Path Parameters

id
string
default:binance
required

Exchange ID. *refers to /exchanges/list.

Query Parameters

coin_ids
string

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

Include exchange logo. Default: false

page
number

Page through results.

depth
boolean

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

order
enum<string>

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
dex_pair_format
enum<string>

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

Available options:
contract_address,
symbol

Response

200 - application/json

Exchange tickers

name
string
required

Coin name

tickers
object[]
required

List of tickers