CoinGecko API
Provides real-time and historical cryptocurrency market data including coin prices, market capitalization, trading volume, exchange listings, trending coins, and category breakdowns across thousands of digital assets.
Screenshot:
Slug: coingecko
Key:
Base URL:
Auth: none
Endpoints: 19
Reachable: yes
CORS: unknown
Tier: verified
Last checked: 2026-03-14 22:15:44.123531
Key:
coingecko.com:coingecko-apiBase URL:
https://api.coingecko.com/api/v3/Auth: none
Endpoints: 19
Reachable: yes
CORS: unknown
Tier: verified
Last checked: 2026-03-14 22:15:44.123531
Links
Documentation:
- Crypto API official
- On-chain DEX API official
- NFT API official
SDKs:
- CoinGecko .Net (c#)
- Go Gecko (go)
- CoinGecko Java (java)
- CoinGecko PHP API Client (php)
- PyCoinGecko (python)
Topics
Endpoints (19)
| Path | Summary | Response | Auth |
|---|---|---|---|
| coins/categories | Get cryptocurrency categories | application/json |
— |
| coins/categories/list | List all categories | application/json |
— |
| coins/list | List all supported coins | application/json |
none |
| coins/markets | Get coins market data | application/json |
none |
| coins/{id} | Get current coin data | application/json |
none |
| coins/{id}/history | Get coin history data | application/json |
— |
| coins/{id}/market_chart | Get historical market data | application/json |
none |
| coins/{id}/ohlc | Get coin OHLC chart data | application/json |
— |
| exchange_rates | Get Exchange Rates | application/json |
none |
| exchanges | List all exchanges | application/json |
none |
| exchanges/{id} | Get exchange data | application/json |
— |
| global | Get global cryptocurrency data | application/json |
none |
| global/decentralized_finance_defi | Get global DeFi data | application/json |
— |
| ping | Check API server status | application/json |
none |
| search | Search for coins/categories/exchanges | application/json |
none |
| search/trending | Get Trending Coins | application/json |
none |
| simple/price | Get current price of coins | application/json |
none |
| simple/supported_vs_currencies | Get supported vs currencies | ? |
— |
| simple/token_price/{id} | Get current price of tokens | application/json |
— |