CoinGecko

Home Page

  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 — 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.

Coin Page

  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.

Exchanges Page

  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.

NFTs Page

  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 — Display the historical market data in chart.
  3. /nfts/{id} — Display the description of the NFT collection.
  4. /nfts/{id}/tickers — Display the tickers of the NFT collection on different NFT marketplace.

GeckoTerminal

Home Page

  1. /onchain/search/pools — Allow users to search for pools on GeckoTerminal.
  2. /onchain/networks — Display a list of supported networks on GeckoTerminal.
  3. /onchain/networks/trending_pools — Display a list of trending pools across all networks on GeckoTerminal.
  4. /onchain/networks/new_pools — Display all the latest pools across all networks on GeckoTerminal.
  5. /onchain/categories — Display all the onchain categories on GeckoTerminal.

Chain Page

  1. /onchain/networks/{network}/dexes — Display all the supported dex on a network on GeckoTerminal.
  2. /onchain/networks/{network}/trending_pools — Display a list of trending pools on a network on GeckoTerminal.
  3. /onchain/networks/{network}/new_pools — Display a list of new pools on a network on GeckoTerminal.
  4. /onchain/networks/{network}/pools — Display all the top pools on a network on GeckoTerminal.
  5. /onchain/categories/{category_id}/pools — Display all the pools under a specific onchain category on GeckoTerminal.

Pool Page

  1. /onchain/networks/{network}/pools/{pool_address}/ohlcv/{timeframe} — Display the OHLCV chart of the pool.
  2. /onchain/networks/{network}/pools/{pool_address}/trades — Display the trades of the pool in the past 24 hours.

Categories Page

  1. /onchain/categories — Display list of onchain categories with market data.
  2. /onchain/categories/{id}/pools — Display list of pools with market data of a specific onchain category.