freeapis

Coinpaprika

Cryptocurrencies prices, volume and more

Authentication
No auth
HTTPS
Yes
CORS
Yes
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/coins to look them up.
  • quotes in 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

APIAuthHTTPSCORS
0x

API for querying token and pool stats across various liquidity pools

No authYesYes
1inch

API for querying decentralize exchange

No authYesUnknown
Alchemy Ethereum

Ethereum Node-as-a-Service Provider

API KeyYesYes
Alpha (Mossland)

Korean crypto channel stance + RAG Q&A + canonical entity/topic/event store

No authYesYes
Binance

Exchange for Trading Cryptocurrencies based in China

API KeyYesUnknown