CoinGecko API Guide
Public API Pro APIPricing Enterprise
  • Getting Started
    • 🦎Introduction
    • πŸš€Getting Started
    • πŸ”‘Authentication
    • πŸ“”Endpoint Overview
    • πŸ§ͺBest Practices
    • πŸŽ“10-min Tutorial Guide
      • #1: Get Data by ID or Address
      • #2: Get Historical Data
      • #3: Get Exchanges & NFT Data
    • πŸ“ΌEndpoint Demo
    • πŸ”¨Common Use Cases
    • ⚠️Error & Rate Limit
  • Exclusive Endpoints
    • πŸ‘‘Pro-API
    • for Paid Plan subscribers
    • for Enterprise-plan clients
  • Others
    • πŸ’œDEX Data API
    • πŸ•Changelog
    • 🟒API Status
    • πŸ‘©β€πŸ«Tutorials (beginner-friendly)
    • πŸ’ΌCase Studies
    • πŸ•ΈοΈClients (Unofficial)
    • ❓FAQs & Useful Links
Powered by GitBook
On this page

Was this helpful?

  1. Getting Started
  2. 10-min Tutorial Guide

#3: Get Exchanges & NFT Data

Too simple? Let’s get into something slightly more advance: Exchanges & NFT

Previous#2: Get Historical DataNextEndpoint Demo

Last updated 2 years ago

Was this helpful?

Exchange and NFT data work very similarly as Coin data, which you already mastered them in tutorial and .

  1. First, get the id (coin, exchange or NFT) from /list endpoint

  2. Then use the id to query latest market data or historical data

TYPE

Coins

NFT

Exchanges

Derivatives

To get full list of ids

/coins/list

/nfts/list

/exchanges/list

/derivatives/exchanges/list

To get latest market data - Coins: price, volume, metadata, image, price change %,.. - Exchange: volume in BTC, image,.. - NFT: floor price, volume, metadata, image,..

/coins/{id}

/nfts/{id}

/exchanges/{id}

/derivatives/exchanges/{id}

Historical data

/coins/{id}/market_chart

/nfts/market_chart

/exchanges/{id}/volume_chart

/exchanges/{id}/volume_chart

^See the similarities here? 😏

Try to look for exchanges and NFT endpoints on and try them out.

Now that you've mastered all the basics, wanna learn more on the common use cases? Continue to read the next section!

πŸŽ“
#1
#2
https://www.coingecko.com/en/api/documentation