Skip to main content
GET
Exchange Tickers
Every trading pair listed on one exchange, paged: base, target, market, last, volume, converted_last, converted_volume, trust_score, bid_ask_spread_percentage, timestamp, trade_url and the is_anomaly / is_stale flags. Narrow to specific assets with coin_ids, sort with order, and set depth to add order-book move costs. Use it to audit one venue’s coverage or liquidity. For one coin’s pairs across all venues use get_coingecko_coins_id_tickers instead.

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

id
string
required

CoinGecko exchange ID (e.g., binance, gdax). Get the list via /exchanges/list.

Query Parameters

coin_ids
string

Filter by coin IDs (comma-separated).

page
integer
default:1
depth
boolean
default:false
order
enum<string>
Available options:
trust_score_desc,
trust_score_asc,
volume_desc

Show exchange logos in ticker results.

Response

200 - application/json

Tickers array.

name
string
tickers
object[]