Notes
Any exclusive endpoints for Pro-API users (any paid plan subscribers) will not be included here.
For a full list of endpoints, please visit Pro API Documentation, v3.1.1 instead.
CoinGecko Endpoints: Coins
Endpoint | Description |
---|---|
/ping | Check the API server status |
/simple/price | Query the prices of one or more coins by using their unique Coin API IDs |
/simple/token_price/{id} | Query the prices of one or more coins by using their unique Coin API IDs |
/simple/supported_vs_currencies | Query all the supported currencies on CoinGecko |
/coins/list | Query all the supported coins on CoinGecko with coins id, name and symbol |
/coins/markets | Query all the supported coins with price, market cap, volume and market related data |
/coins/{id} | Query all the coin data of a coin (name, price, market ... including exchange tickers) on CoinGecko coin page based on a particular coin ID |
/coins/{id}/tickers | Query the coin tickers on both centralized exchange (CEX) and decentralized exchange (DEX) based on a particular coin ID |
/coins/{id}/history | Query the historical data (price, market cap, 24hr volume, ...) at a given date for a coin based on a particular coin ID |
/coins/{id}/market_chart | Get the historical chart data of a coin including time in UNIX, price, market cap and 24hr volume based on particular coin ID |
/coins/{id}/market_chart/range | Get the historical chart data of a coin within certain time range in UNIX along with price, market cap and 24hr volume based on particular coin ID |
/coins-id-ohlc | Get the OHLC chart (Open, High, Low, Close) of a coin based on particular coin ID |
/coins/{id}/contract/{contract_address} | Query all the coin data (name, price, market ... including exchange tickers) on CoinGecko coin page based on asset platform and particular token contract address |
/coins/{id}/contract/{contract_address}/market_chart | Get the historical chart data including time in UNIX, price, market cap and 24hr volume based on asset platform and particular token contract address |
/coins/{id}/contract/{contract_address}/market_chart/range | Endpoint to get the historical chart data within certain time range in UNIX along with price, market cap and 24hrs volume based on asset platform and particular token contract address |
/coins/categories/list | Query all the coins categories on CoinGecko |
/coins/categories | Query all the coins categories with market data (market cap, volume, ...) on CoinGecko |
Try it out for free 👉 [GeckoTerminal Public API]
CoinGecko Endpoints: NFT
Endpoint | Description |
---|---|
nfts/list | Query all supported NFTs with id, contract address, name, asset platform ID and symbol on CoinGecko |
/nfts/{id} | Query all the NFT data (name, floor price, 24hr volume, ...) based on the NFT collection ID |
/nfts/{asset_platform_id}/contract/{contract_address} | Query all the NFT data (name, floor price, 24hr volume, ...) based on the NFT collection contract address and respective asset platform |
CoinGecko Endpoints: Exchanges & Derivatives
Endpoint | Description |
---|---|
/exchanges | Query all the supported exchanges with exchanges’ data (ID, name, country, ...) that have active trading volumes on CoinGecko |
/exchanges/list | Query all the exchanges with ID and name |
/exchanges/{id} | Query exchange’s data (name, year established, country, ...), exchange volume in BTC and tickers based on exchange’s ID |
/exchanges/{id}/tickers | Query exchange's tickers based on exchange’s ID |
/exchanges/{id}/volume_chart | Query the historical volume chart data with time in UNIX and trading volume data in BTC based on exchange’s ID |
/derivatives | Query all the tickers from derivatives exchanges on CoinGecko |
/derivatives/exchanges | Query all the derivatives exchanges with related data (ID, name, open interest, ...) on CoinGecko |
/derivatives/exchanges/{id} | Query the derivatives exchange’s related data (id, name, open interest, ...) based on the exchanges’ ID |
/derivatives/exchanges/list | Query all the derivatives exchanges with ID and name on CoinGecko |
CoinGecko Endpoints: General
Endpoint | Description |
---|---|
/exchange_rates | Query BTC exchange rates with other currencies |
/asset_platforms | Query all the asset platforms (blockchain networks) on CoinGecko |
/search | Search for coins, categories and markets listed on CoinGecko |
/search/trending | Query trending search coins, NFTs and categories on CoinGecko in the last 24 hours |
/global | Query cryptocurrency global data including active cryptocurrencies, markets, total crypto market cap and etc. |
/global/decentralized_finance_defi | Query cryptocurrency global decentralized finance (DeFi) data including DeFi market cap, trading volume |
/companies/public_treasury/{coin_id} | Query public companies’ Bitcoin or Ethereum holdings |