CoinCap
Real time Cryptocurrency prices through a RESTful API
- Authentication
- No auth
- HTTPS
- Yes
- CORS
- Unknown
- Category
- Cryptocurrency
- Documentation / URL
- https://docs.coincap.io/
Overview
CoinCap’s API provides real-time cryptocurrency market data — asset prices, rankings, history, exchanges, and rates — keyless and free. It was a popular no-auth alternative for crypto dashboards and portfolio trackers.
⚠️ Status (verified 2026-08):
api.coincap.iowas unreachable from this network (connection failures on both direct and proxied requests). The API may be having an outage — verify availability before building on it, and check the official status/docs.
What it provides (when up)
- Asset prices & rankings:
GET /v2/assets - Single asset:
GET /v2/assets/bitcoin - Price history:
GET /v2/assets/bitcoin/history?interval=d1 - Exchange rates:
GET /v2/rates - Exchanges list:
GET /v2/exchanges
Quick Start (once reachable)
curl "https://api.coincap.io/v2/assets/bitcoin"
{
"data": {
"id": "bitcoin",
"rank": "1",
"symbol": "BTC",
"priceUsd": "67234.50",
"marketCapUsd": "..."
},
"timestamp": 1724300000000
}
Authentication
None — keyless (optional free API key for higher rate limits).
FAQ
Is CoinCap free? Yes — keyless with optional free key for higher limits.
Why can’t I reach it? 2026-08 verification showed connection failures — the service may be experiencing an outage. Verify current availability.
What data does it provide? Asset prices, market caps, rankings, historical data, exchange rates, and exchange lists.
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 | ↗ |