Skip to main content
GET
Coin Tickers
Every trading pair for one coin across venues: base, target, market, last, volume, converted_last, converted_volume, trust_score, bid_ask_spread_percentage, last_traded_at, trade_url, and the anomaly flags is_anomaly and is_stale. Setting depth adds cost_to_move_up_usd and cost_to_move_down_usd. Narrow with exchange_ids, page with page, sort with order (trust score or volume). Use it to compare where one asset trades and how deep each book is. For every pair on one venue regardless of coin, use get_coingecko_exchanges_id_tickers.

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 coin ID (e.g., bitcoin, ethereum). Get the list via /coins/list.

Query Parameters

exchange_ids
string

Comma-separated exchange IDs.

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

Show exchange logos in ticker results.

Response

200 - application/json

Tickers array.

name
string
tickers
object[]