API Reference
Log In
API Reference

Coin Tickers by ID

This endpoint allows you to query the coin tickers on both centralized exchange (CEX) and decentralized exchange (DEX) based on a particular coin ID

👍

Tips

  • You may obtain the coin ID (API ID) via several ways:
    • refers to respective coin page and find ‘API ID’.
    • refers to /coins/list endpoint.
    • refers to google sheets here.
  • You may specify the exchange_ids if you want to retrieve tickers for specific exchange only.
  • You may include values such as page to specify which page of responses you would like to show.
  • You may also flag to include more data such as exchange logo and depth.
📘

Notes

  • The tickers are paginated to 100 items.
  • When dex_pair_format=symbol, the DEX pair base and target are 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.
Path Params
string
required

coin ID
*refers to /coins/list.

Query Params
string

exchange ID
*refers to /exchanges/list.

boolean

include exchange logo, default: false

integer

page through results

string
enum

use this to sort the order of responses, default: trust_score_desc

Allowed:
boolean

include 2% orderbook depth, ie. cost_to_move_up_usd and cost_to_move_down_usd
Default: false

string
enum

set to symbol to display DEX pair base and target as symbols, default: contract_address

Allowed:
Response

Language
Credentials
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json