Skip to main content
GET
Exchange 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 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[]