π Endpoint Showcase
Discover how CoinGecko API is used at CoinGecko.com and GeckoTerminal.com
CoinGecko

- /global β Display global crypto data such as number of active cryptocurrencies, exchanges and etc.
- /search/trending β Display trending search coins, NFTs and categories.
- /coins/top_gainers_losers β Display the largest gainers in 24hr.
- /coins/categories β Display all the categories list.
- /coins/markets β Display all the supported coins with market related data.

- /coins/{id} β Display all the coin data including name, price, market related data, website, explorers and etc.
- /simple/price β Display data such as latest coin price, market cap and 24hr trading volume.
- /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.

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


- /nfts/{id} β Display NFT data such as name, contract address, website, market related data such as floor price, market cap, volume and etc.
- /nfts/{id}/market_chart β Display the historical market data in chart.
- /nfts/{id} β Display the description of the NFT collection.
- /nfts/{id}/tickers β Display the tickers of the NFT collection on different NFT marketplace.
GeckoTerminal
- /onchain/search/pools β Allow users to search for pools on GeckoTerminal.
- /onchain/networks β Display a list of supported networks on GeckoTerminal.
- /onchain/networks/trending_pools β Display a list of trending pools across all networks on GeckoTerminal.
- /onchain/networks/new_pools β Display all the latest pools across all networks on GeckoTerminal.
- /onchain/networks/{network}/dexes β Display all the supported dex on a network on GeckoTerminal.
- /onchain/networks/{network}/trending_pools β Display a list of trending pools on a network on GeckoTerminal.
- /onchain/networks/{network}/new_pools β Display a list of new pools on a network on GeckoTerminal.
- /onchain/networks/{network}/pools β Display all the top pools on a network on GeckoTerminal.
- /onchain/networks/{network}/pools/{address} β Display pool data such as price, transactions, volume and etc.
/onchain/networks/{network}/pools/{pool_address}/info β Display pool information such as name, symbol, image URL, description and etc. - /onchain/networks/{network}/pools/{pool_address}/ohlcv/{timeframe} β Display the OHLCV chart of the pool.
- /onchain/networks/{network}/pools/{pool_address}/trades β Display the trades of the pool in the past 24 hours.

- /onchain/categories β Display list of onchain categories with market data.
- /onchain/categories/{id}/pools β Display list of pools with market data of a specific onchain category.
Updated 6 days ago