Skip to main content
GET
Exchanges List (ID Map)
A flat identifier map of roughly 1,500 exchanges as id and name. Use it to resolve a venue name into the id required by get_coingecko_exchanges_id and by the exchange_ids filter on get_coingecko_coins_id_tickers. It takes no parameters and carries no market data; for trust scores and volumes use get_coingecko_exchanges.

Authorizations

Authorization
string
header
required

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

Response

200 - application/json

Array of {id, name}.