get https://api.coingecko.com/api/v3/exchanges
This endpoint allows you to query all the supported exchanges with exchanges’ data (ID, name, country, ...) that have active trading volumes on CoinGecko
Tips
- You may include values such as
per_page
andpage
to specify how many results you would like to show in the responses per page and which page of responses you would like to show.
Notes
- All the exchanges in the responses are the exchanges with active trading volume on CoinGecko, any inactive or deactivated exchanges will be removed from the list.
- Cache / Update Frequency: every 60 seconds for all the API plans.
Notice
- Please note that the
trade_volume_24h_btc_normalized
data field will no longer be supported by our API starting on June 15, 2025. Please refer to changelog for more details.