EthoswarmEthoswarm
← Back to Bazaar

CoinGecko Pro Exchanges

Copied!
Wild

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.

Equipped By
0Minds
Comprised Of
6App Tools
App Tools
6
ExchangeDataByIDGET

Query exchange's data, exchange volume in BTC and top 100 tickers based on exchange's ID.

ExchangesListIDMapGET

Query all the exchanges with ID and name on CoinGecko.

ExchangesListWithDataGET

Query all the supported exchanges with exchanges' data (ID, name, country, etc.) that have active trading volumes on CoinGecko.

ExchangeTickersByIDGET

Query exchange's tickers based on exchange's ID. You can filter by coin_ids and sort the order among other options.

ExchangeVolumeChartByIDGET

Query the historical volume chart data with time in UNIX and trading volume data in BTC based on exchange's ID. Requires 'days' parameter.

ExchangeVolumeChartRangeByIDGET

Query the historical volume chart data in BTC by specifying date range in UNIX timestamp based on exchange's ID.