Coin Tickers by ID
Coins
Coin Tickers by ID
To query the coin tickers on both centralized exchange (CEX) and decentralized exchange (DEX) based on a particular coin ID
GET
Coin Tickers by ID
Notes
- Tickers are paginated to 100 items per page.
- Use
exchange_idsto filter tickers for a specific exchange. - When
dex_pair_format=symbol, DEX pairbaseandtargetdisplay as symbols (e.g.WETH,USDC) instead of contract addresses. - When sorting by
volume,converted_volumeis used instead ofvolume.
SDK Examples
Authorizations
Path Parameters
Coin ID.
*refers to /coins/list
Query Parameters
Exchange ID.
*refers to /exchanges/list
Include exchange logo. Default: false
Page through results
Sort the order of responses. Default: trust_score_desc
Available options:
trust_score_desc, trust_score_asc, volume_desc, volume_asc Include 2% orderbook depth, i.e. cost_to_move_up_usd and cost_to_move_down_usd.
Default: false
Set to symbol to display DEX pair base and target as symbols.
Default: contract_address
Available options:
contract_address, symbol 
