CoinRanking
The Coinranking API provides real‑time cryptocurrency market data via endpoints for lists of coins, detailed coin information, current prices and price histories, fiat price conversions, exchange and market listings, blockchain details, futures data, technical indicators (e.g., moving averages, RSI), and global statistics.
Latency
1217ms p95
Uptime
100.0% 30d
Playground
Verified
live
Endpoints
/coins
Retrieve a list of cryptocurrencies.
/coin/{id}
Get detailed information for a specific cryptocurrency.
2 endpoints auto-detected
Authentication
This API uses an API key, passed in the "x-access-token" header. No OAuth required.
curl -X GET \ "https://developers.coinranking.com/api/documentation/coins" \ -H "x-access-token: YOUR_API_KEY"
developers.coinranking.com · HTTPS only