get https://api.coingecko.com/api/v3/exchanges
This endpoint allows you to query all the supported exchanges with exchangesβ data (id, name, country, .... etc) 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