Coinpaprika
Cryptocurrencies prices, volume and more
- Authentication
- No auth
- HTTPS
- Yes
- CORS
- Yes
- Category
- Cryptocurrency
- Documentation / URL
- https://api.coinpaprika.com
Overview
Coinpaprika’s public API provides cryptocurrency market data — prices, market caps, volumes, OHLCV history, coin metadata, exchange data, and people/events — keyless and CORS-enabled. A solid no-auth alternative to CoinGecko and CoinMarketCap.
Quick Start
Coin ticker (verified live — BTC):
curl "https://api.coinpaprika.com/v1/tickers/btc-bitcoin"
Top 20 coins:
curl "https://api.coinpaprika.com/v1/tickers"
OHLCV historical data:
curl "https://api.coinpaprika.com/v1/tickers/btc-bitcoin/historical?start=2026-08-01&interval=1d"
Global market overview:
curl "https://api.coinpaprika.com/v1/global"
Search:
curl "https://api.coinpaprika.com/v1/search?q=ethereum"
Authentication
None — keyless (paid plans add higher rate limits and advanced endpoints).
Rate Limits & Notes
- Free tier is rate-limited (roughly 1 request/second sustained; bursts throttled) — cache if you poll.
- Coin IDs are stable slugs like
btc-bitcoin— use/v1/coinsto look them up. quotesin tickers contain USD and other fiat conversions.- CORS is enabled — browser apps work.
FAQ
Is Coinpaprika free? Yes — public endpoints are free and keyless.
How do I find a coin ID?
Use /v1/coins for the full id list, or search with /v1/search?q=....
Can I call it from the browser? Yes — CORS is enabled.
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 | ↗ |