Skip to main content
GET
Coin Tickers by ID

Notes

  • Tickers are paginated to 100 items per page.
  • Use exchange_ids to filter tickers for a specific exchange.
  • When dex_pair_format=symbol, DEX pair base and target display as symbols (e.g. WETH, USDC) instead of contract addresses.
  • When sorting by volume, converted_volume is used instead of volume.

SDK Examples

Authorizations

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

Learn how to set up your API key

Path Parameters

id
string
default:bitcoin
required

Coin ID. *refers to /coins/list

Query Parameters

exchange_ids
string

Exchange ID. *refers to /exchanges/list

Include exchange logo. Default: false

page
integer

Page through results

order
enum<string>

Sort the order of responses. Default: trust_score_desc

Available options:
trust_score_desc,
trust_score_asc,
volume_desc,
volume_asc
depth
boolean

Include 2% orderbook depth, i.e. cost_to_move_up_usd and cost_to_move_down_usd. Default: false

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

Coin tickers

name
string
required

Coin name

tickers
object[]
required

List of tickers