CoinGecko Pro Exchanges
CoinGecko Pro API app exposing the 6 exchange endpoints for cryptocurrency exchanges data and tracking. Use API key x-cg-pro-api-key via the coingecko provider to authenticate properly.
Query exchange's data, exchange volume in BTC and top 100 tickers based on exchange's ID.
Query all the exchanges with ID and name on CoinGecko.
Query all the supported exchanges with exchanges' data (ID, name, country, etc.) that have active trading volumes on CoinGecko.
Query exchange's tickers based on exchange's ID. You can filter by coin_ids and sort the order among other options.
Query the historical volume chart data with time in UNIX and trading volume data in BTC based on exchange's ID. Requires 'days' parameter.
Query the historical volume chart data in BTC by specifying date range in UNIX timestamp based on exchange's ID.