This endpoint allows you to query the coin tickers on both centralized exchange (CEX) and decentralized exchange (DEX) based on a particular coin ID
- Provider
- CoinGecko Pro (Crypto Data)
- Input summary
- {"name":"id","type":"string","required":true,"description":"coin ID *refers to [`/coins/list`](/reference/coins-list)."}, {"name":"exchange_ids","type":"string","required":false,"description":"exchange ID *refers to [`/exchanges/list`](/reference/exchanges-list)."}, {"name":"include_exchange_logo","type":"boolean","required":false,"description":"include exchange logo, default: false"}, {"name":"page","type":"number","required":false,"description":"page through results"}, {"name":"order","type":"string","required":false,"description":"use this to sort the order of responses, default: trust_score_desc","enum":["trust_score_desc","trust_score_asc","volume_desc","volume_asc"]}, {"name":"depth","type":"boolean","required":false,"description":"include 2% orderbook depth, ie. `cost_to_move_up_usd` and `cost_to_move_down_usd` Default: false"}, {"name":"dex_pair_format","type":"string","required":false,"description":"set to `symbol` to display DEX pair base and target as symbols, default: `contract_address`","enum":["contract_address","symbol"]}
- Output summary
- Not available
- Billing
- 1
- Freshness
- Not available
- Verification
- Not available