Pages: 14
URL: llms-txt#exchange-volume-chart-by-id
Source: https://docs.coingecko.com/v3.0.1/reference/exchanges-id-volume-chart
v3.0.1/reference/api-reference/coingecko-demo.json get /exchanges/{id}/volume_chart This endpoint allows you to query the historical volume chart data with time in UNIX and trading volume data in BTC based on exchange's ID
URL: llms-txt#derivatives-tickers-list
Source: https://docs.coingecko.com/v3.0.1/reference/derivatives-tickers
v3.0.1/reference/api-reference/coingecko-demo.json get /derivatives This endpoint allows you to query all the tickers from derivatives exchanges on CoinGecko
open_interest and volume_24h in the endpoint responses are in USD.
URL: llms-txt#💼-exchange-volume-chart-within-time-range-by-id
Source: https://docs.coingecko.com/reference/exchanges-id-volume-chart-range
reference/api-reference/coingecko-pro.json get /exchanges/{id}/volume_chart/range This endpoint allows you to query the historical volume chart data in BTC by specifying date range in UNIX based on exchange's ID
from and to must be within 31 days.URL: llms-txt#derivatives-exchange-data-by-id
Source: https://docs.coingecko.com/v3.0.1/reference/derivatives-exchanges-id
v3.0.1/reference/api-reference/coingecko-demo.json get /derivatives/exchanges/{id} This endpoint allows you to query the derivatives exchange's related data (ID, name, open interest, ...) based on the exchanges' ID
For include_tickers param, you may change the value to either all to include all the tickers or unexpired to include unexpired tickers in the responses. You may leave it blank to omit the tickers data.
Cache / Update Frequency: every 30 seconds for all the API plans.
URL: llms-txt#supported-dexes-list-by-network-(id-map)
Source: https://docs.coingecko.com/v3.0.1/reference/dexes-list
v3.0.1/reference/api-reference/onchain-demo.json get /networks/{network}/dexes This endpoint allows you to query all the supported decentralized exchanges (DEXs) based on the provided network on GeckoTerminal
dex.
page to specify which page of responses you would like to show.
URL: llms-txt#exchanges-list-with-data
Source: https://docs.coingecko.com/v3.0.1/reference/exchanges
v3.0.1/reference/api-reference/coingecko-demo.json get /exchanges This endpoint allows you to query all the supported exchanges with exchanges' data (ID, name, country, ...) that have active trading volumes on CoinGecko
You may include values such as per_page and page 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.
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.
URL: llms-txt#derivatives-exchanges-list-with-data
Source: https://docs.coingecko.com/v3.0.1/reference/derivatives-exchanges
v3.0.1/reference/api-reference/coingecko-demo.json get /derivatives/exchanges This endpoint allows you to query all the derivatives exchanges with related data (ID, name, open interest, ...) on CoinGecko
You may include values such as per_page and page 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.
Cache / Update Frequency: every 60 seconds for all the API plans.
URL: llms-txt#exchanges-list-(id-map)
Source: https://docs.coingecko.com/v3.0.1/reference/exchanges-list
v3.0.1/reference/api-reference/coingecko-demo.json get /exchanges/list This endpoint allows you to query all the exchanges with ID and name
You may use this endpoint to query the list of exchanges including derivatives exchanges for other endpoints that contain params like id(exchange ID).
There is no pagination required for this endpoint.
URL: llms-txt#💼-global-market-cap-chart-data
Source: https://docs.coingecko.com/reference/global-market-cap-chart
reference/api-reference/coingecko-pro.json get /global/market_cap_chart This endpoint allows you to query historical global market cap and volume data by number of days away from now
URL: llms-txt#💼-nfts-list-with-market-data
Source: https://docs.coingecko.com/reference/nfts-markets
reference/api-reference/coingecko-pro.json get /nfts/markets This endpoint allows you to query all the supported NFT collections with floor price, market cap, volume and market related data on CoinGecko
You may include values such as per_page and page 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.
Cache / Update Frequency: every 5 minutes.
URL: llms-txt#exchange-tickers-by-id
Source: https://docs.coingecko.com/v3.0.1/reference/exchanges-id-tickers
v3.0.1/reference/api-reference/coingecko-demo.json get /exchanges/{id}/tickers This endpoint allows you to query exchange's tickers based on exchange's ID
page params to retrieve the tickers accordingly.
order=base_target sorts tickers by base symbol, then target symbol, in lexicographical order (0 -> 9, followed by a -> z).\
This sorting method ensures stable pagination results, minimizing cases where cached responses might otherwise cause duplicate or missing tickers across paginated pages.dex_pair_format=symbol, the DEX pair base and target are displayed in symbol format (e.g. WETH, USDC) instead of as contract addresses.URL: llms-txt#btc-to-currency-exchange-rates
Source: https://docs.coingecko.com/v3.0.1/reference/exchange-rates
v3.0.1/reference/api-reference/coingecko-demo.json get /exchange_rates This endpoint allows you to query BTC exchange rates with other currencies
You may use this endpoint to convert the response data, which is originally in BTC, to other currencies.
Cache / Update Frequency: every 5 minutes for all the API plans.
URL: llms-txt#exchange-data-by-id
Source: https://docs.coingecko.com/v3.0.1/reference/exchanges-id
v3.0.1/reference/api-reference/coingecko-demo.json get /exchanges/{id} This endpoint allows you to query exchange's data (name, year established, country, ...), exchange volume in BTC and top 100 tickers based on exchange's ID
### 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.
The exchange volume in the response is provided in BTC. To convert it to other currencies, please use /exchange_rates endpoint.
dex_pair_format=symbol, the DEX pair base and target are displayed in symbol format (e.g. WETH, USDC) instead of as contract addresses.URL: llms-txt#derivatives-exchanges-list-(id-map)
Source: https://docs.coingecko.com/v3.0.1/reference/derivatives-exchanges-list
v3.0.1/reference/api-reference/coingecko-demo.json get /derivatives/exchanges/list This endpoint allows you to query all the derivatives exchanges with ID and name on CoinGecko
You may use this endpoint to query the list of exchanges for other endpoints that contain params like id (derivatives exchange's ID)
Cache / Update Frequency: every 5 minutes for all the API plans.