Coinpaprika
Free cryptocurrency market data API with prices, volumes, market cap, and historical data for 2,000+ coins.
Status
🟢 Online · 815 ms
🟢 Online · 815 ms
30-day uptime
94.17%
94.17%
Free tier
25,000 calls/month, no key, no credit card
25,000 calls/month, no key, no credit card
Auth
No key required
No key required
Free alternatives (live ranking)
- Kraken Public API — 🟢 Online · Unlimited public data, no key required
- Coinbase Advanced Trade API (Public) — 🟢 Online · 10 calls/sec, no key for public endpoints
- Blockchain.com Data API — 🟢 Online · Unlimited, no key, no credit card
Compare Coinpaprika with…
- Coinpaprika vs Kraken Public API — Unlimited public data, no key required
- Coinpaprika vs Coinbase Advanced Trade API (Public) — 10 calls/sec, no key for public endpoints
- Coinpaprika vs Blockchain.com Data API — Unlimited, no key, no credit card
Paid alternatives
- Coinpaprika Pro — from $79/mo
Frequently Asked Questions
Does Coinpaprika require an API key?
No, Coinpaprika is freely accessible without registration or an API key.
What is Coinpaprika's free tier?
25,000 calls/month, no key, no credit card
Is Coinpaprika currently online?
We check Coinpaprika every hour. The current status is shown at the top of this page. You can also see the 30-day uptime history in the chart above.
Implementation notes
When to use Coinpaprika
Coinpaprika is a strong CoinGecko alternative with a more generous unauthenticated tier: 25,000 calls/month with no key required. It covers 2,000+ coins and includes social metrics, developer stats, and exchange data. It is especially useful as a fallback when CoinGecko is throttling.
Common pitfalls
- Coinpaprika uses its own coin ID format: `btc-bitcoin`, `eth-ethereum`, etc. (ticker-name). This format is different from both CoinGecko's IDs and CoinMarketCap's. Call `/v1/coins` to build the mapping once and cache it.
- Market data updates every 5 minutes, not in real time. The `last_updated` field in each response confirms the data age. Do not poll faster than every 5 minutes; it wastes calls without gaining fresher data.
- The `/v1/tickers/{coin_id}/historical` endpoint requires a date range and only returns 365 days at maximum resolution. Requests for longer periods return 400 errors.
- Coinpaprika's exchange data (`/v1/exchanges/{exchange_id}`) includes markets but the response format differs between exchanges — some return bid/ask spreads, others do not. Parse defensively.
Quick start (bash)
curl "https://api.coinpaprika.com/v1/tickers/btc-bitcoin?quotes=USD,EUR" Embed this badge
Add a live status badge to your README, docs, or website.
Markdown
[](https://freeapi.watch/coinpaprika) HTML
<a href="https://freeapi.watch/coinpaprika"><img src="https://freeapi-builder.a10ayassine.workers.dev/badge/coinpaprika.svg" alt="Coinpaprika Status"/></a> Further reading
- Free Crypto Price APIs Compared: CoinGecko, CoinPaprika, and the Open Mempool — Three free crypto data APIs, three different philosophies. Here's what each is best at.
- 15 Free APIs Perfect for Hackathon Projects — Tested, no-key-required where possible, working in 2026. Pick from this list and start coding in minutes.