Tips
- You may obtain the coin ID (API ID) via several ways:
- refers to respective coin page and find ‘API ID’.
- refers to
/coins/listendpoint. - refers to google sheets here.
- You may specify the
exchange_idsif you want to retrieve tickers for specific exchange only. - You may include values such as
pageto specify which page of responses you would like to show. - You may also flag to include more data such as exchange logo and depth.
Note
- The tickers are paginated to 100 items.
- When
dex_pair_format=symbol, the DEX pairbaseandtargetare displayed in symbol format (e.g.WETH,USDC) instead of as contract addresses. - When order is sorted by
volume, converted_volume will be used instead of volume. - Cache / Update Frequency: every 2 minutes for all the API plans.
Authorizations
Path Parameters
coin ID
*refers to /coins/list.
Example:
"bitcoin"
Query Parameters
exchange ID
*refers to /exchanges/list.
Example:
"binance"
include exchange logo, default: false
page through results
use this to 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, ie. 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 

