APIHub
Back to Explore

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.

Cryptocurrency
apiKeyHeader
HTTPS
CORS: Unknown
Description enriched
Visit official documentation

Latency

1217ms p95

Uptime

100.0% 30d

Playground

Verified

live

Endpoints

REST · JSON
GET

/coins

Retrieve a list of cryptocurrencies.

GET

/coin/{id}

Get detailed information for a specific cryptocurrency.

  • id (path, required) — The UUID of the coin to retrieve.

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