Jump to Content
CoinGecko API Documentation
GuidesAPI ReferenceChangelog
🀝 Get HelpFeedbackPricingEnterpriseDeveloper DashboardCoinGecko API Documentation
Guides
🀝 Get HelpFeedbackPricingEnterpriseDeveloper Dashboard
GuidesAPI ReferenceChangelog
All
Pages
Start typing to search…

Navigate the guide

  • πŸ”‘ Setting Up Your API Key
  • πŸ”“ Authentication
  • ✍️ Best Practices
  • πŸ‘€ Common Use Cases
  • ⏱️ 10-mins Tutorial Guide
    • 1. Get data by ID or Address
    • 2. Get Historical Data
    • 3. Get Exchanges & NFT Data
    • 4. Get On-Chain Data
  • 🏠 Endpoint Showcase
  • πŸ‘Ά Tutorials (Beginner-friendly)
  • πŸ“„ Case Studies
  • πŸ€–Building with AI
  • πŸ•ΈοΈ Clients
  • πŸ™‹β€β™‚οΈ FAQs
  • πŸ”— Useful Links

3. Get Exchanges & NFT Data

You can get Exchange and NFT data just like how you get the coins data:

  1. Get the ID (exchange or NFT) from /list endpoint.
  2. Use the ID to query latest or historical market data
TypeCoinsNFTsExchangesDerivatives
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

Updated 3 months ago


2. Get Historical Data
4. Get On-Chain Data