CoinRanking
Live Cryptocurrency data
- Authentication
- API Key
- HTTPS
- Yes
- CORS
- Unknown
- Category
- Cryptocurrency
- Documentation / URL
- https://developers.coinranking.com/api/documentation
Overview
CoinRanking provides cryptocurrency market rankings and data — prices, market caps, OHLC, and exchange data. A free API key is recommended, but basic reads worked without a key in our test (verified 2026-08) — anonymous access is rate-limited.
Quick Start
Top coins (no key worked in our test):
curl "https://api.coinranking.com/v2/coins?limit=3"
{
"status": "success",
"data": {
"stats": { "total": 2195, "totalMarketCap": "1115", "total24hVolume": "123207810713" },
"coins": [
{ "uuid": "Qwsogvtv82FCd", "symbol": "BTC", "name": "Bitcoin", "color": "#f7931a", "price": "77090.5" }
]
}
}
With a key (recommended):
curl "https://api.coinranking.com/v2/coins?limit=10" \
-H "x-access-token: YOUR_KEY"
Authentication
- Register at coinranking.com → free API key.
- Send it as the
x-access-tokenheader. - Anonymous requests work but are heavily rate-limited (verified).
Rate Limits & Notes
- Free tier: ~10,000 requests/month with a key (check the docs); anonymous is very limited.
- Endpoints:
/v2/coins,/v2/coin/{uuid},/v2/coin/{uuid}/history,/v2/exchanges. - Coin UUIDs (e.g.
Qwsogvtv82FCdfor BTC) are stable identifiers.
FAQ
Is CoinRanking free? Free tier with monthly allowance; a key is recommended.
Do I need a key? Basic reads work anonymously (rate-limited, verified) — use a key for real apps.
How do I get a key? Register at coinranking.com — the key is on your dashboard.
More in Cryptocurrency
| API | Auth | HTTPS | CORS | |
|---|---|---|---|---|
| 0x API for querying token and pool stats across various liquidity pools | No auth | Yes | Yes | ↗ |
| 1inch API for querying decentralize exchange | No auth | Yes | Unknown | ↗ |
| Alchemy Ethereum Ethereum Node-as-a-Service Provider | API Key | Yes | Yes | ↗ |
| Alpha (Mossland) Korean crypto channel stance + RAG Q&A + canonical entity/topic/event store | No auth | Yes | Yes | ↗ |
| Binance Exchange for Trading Cryptocurrencies based in China | API Key | Yes | Unknown | ↗ |