Skip to main content
GET
Exchanges List
A paged directory of active exchanges with id, name, year_established, country, description, url, image, trust_score, trust_score_rank, trade_volume_24h_btc and has_trading_incentive. Page with per_page and page. Use it to rank or filter venues by trust and volume. If you only need the identifier mapping, get_coingecko_exchanges_list returns all of them with no market data and no paging; for one venue in full use get_coingecko_exchanges_id.

Authorizations

Authorization
string
header
required

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

Query Parameters

per_page
integer
default:100
Required range: x <= 250
page
integer
default:1

Response

200 - application/json

Array of exchange objects.