You can get Exchange and NFT data just like how you get the coins data:Documentation Index
Fetch the complete documentation index at: https://docs.coingecko.com/llms.txt
Use this file to discover all available pages before exploring further.
- Get the ID (exchange or NFT) from
/listendpoint. - Use the ID to query latest or historical market data
| Type | Coins | NFTs | Exchanges | Derivatives |
|---|---|---|---|---|
| Get Full List with IDs | /coins/list | /nfts/list | /exchanges/list | /derivatives/exchanges/list |
| Get latest market data | /coins/{id} | /nfts/{id} | /exchanges/{id} | /derivatives/exchanges/{id} |
| Get Historical Data | /coins/{id}/market_chart | /nfts/{id}/market_chart | /exchanges/{id}/volume_chart | /exchanges/{id}/volume_chart |


