🏠 Endpoint Showcase

Discover how CoinGecko API is used at CoinGecko.com and GeckoTerminal.com

CoinGecko

  1. /global β€” Display global crypto data such as number of active cryptocurrencies, exchanges and etc.
  2. /search/trending β€” Display trending search coins, NFTs and categories.
  3. /coins/top_gainers_losers (Exclusive for Paid Plan subscribers) β€” Display the largest gainers in 24hr.
  4. /coins/categories β€” Display all the categories list.
  5. /coins/markets β€” Display all the supported coins with market related data.

  1. /coins/{id} β€” Display all the coin data including name, price, market related data, website, explorers and etc.
  2. /simple/price β€” Display data such as latest coin price, market cap and 24hr trading volume.
  3. /coins/{id}/history β€” Display the historical price data.
    /coins/{id}/market_chart β€” Display the historical data in line chart.
    /coins/{id}/market_chart/range β€” Display the historical data within time range.
    /coins/{id}/ohlc β€” Display the historical data in candlestick chart.

  1. /exchanges/{id} β€” Display the exchange information such as name, type, market related data such as trading volume and etc.
  2. /exchanges/{id}/volume_chart β€” Display the historical volume chart data.
  3. /exchanges/{id}/tickers β€” Display the exchange's tickers.

  1. /nfts/{id} β€” Display NFT data such as name, contract address, website, market related data such as floor price, market cap, volume and etc.
  2. /nfts/{id}/market_chart (Exclusive for Paid Plan subscribers) β€” Display the historical market data in chart.
  3. /nfts/{id} β€” Display the description of the NFT collection.
  4. /nfts/{id}/tickers (Exclusive for Paid Plan subscribers) β€” Display the tickers of the NFT collection on different NFT marketplace.

Try it out for free πŸ‘‰ [GeckoTerminal Public API]