Single-coin ticker by symbol or id
API · /coinpaprika-api
CoinPaprika Crypto Market Data API
Live crypto market data from CoinPaprika, with no key. Get the global market snapshot (total market cap, 24h volume, Bitcoin dominance, number of coins); a ranked ticker list with price, market cap, 24h volume and multi-window percentage changes; a single-coin ticker by symbol or id; and a coin's historical daily price/volume/market-cap series. Symbols are accepted as a plain ticker (BTC) or a CoinPaprika id (btc-bitcoin) and resolved automatically. A distinct market-data provider covering 12,000+ coins — ideal for dashboards, screeners and portfolio trackers.
API health
healthy- Uptime
- 100.00%
- Server probes · 24h
- Avg latency
- 139 ms
- Server probes · 24h
- Subscribers
- 3,711
- active
- Total calls
- 55
- last 7 days
Pricing
Pick a tier — billed monthly, cancel anytime.
Free
Free
- 1,660 calls / month
- 3 requests / second
- Hard cap (429 above quota, no overage)
- 1,660 calls/month
- 3 req/sec
- All endpoints
- No credit card
Basic
€13.40 /month
- 48,500 calls / month
- 8 requests / second
- Hard cap (429 above quota, no overage)
- 48.5k calls/month
- 8 req/sec
- Email support
Pro
€38.90 /month
- 198,000 calls / month
- 19 requests / second
- Hard cap (429 above quota, no overage)
- 198k calls/month
- 19 req/sec
- Priority support
Business
€81.60 /month
- 818,000 calls / month
- 47 requests / second
- Hard cap (429 above quota, no overage)
- 818k calls/month
- 47 req/sec
- Dedicated SLA
Built by
Related APIs
Other APIs with overlapping tags.
Crypto Project Team & Events API
The "who built it and what is on its calendar" view of a cryptocurrency, served from the public CoinPaprika feed. The coin endpoint returns the project's identity and technical profile — market-cap rank, coin-or-token type, whether it is active, the genesis date, development status, consensus / proof type, hashing algorithm, organisation structure, the open-source flag and its industry tags. The team endpoint returns the people behind the project — names and roles such as founders, authors and leads. The events endpoint returns the project's event calendar — conferences, mainnet launches, exchange listings and milestones, each with a date and a link, newest first. This is the project-and-people view of a coin — its team, profile and calendar, not its price — distinct from the price-feed, market and CoinGecko-profile APIs in the catalogue. A coin is a CoinPaprika id (btc-bitcoin); a bare symbol (btc) or name (bitcoin) is resolved automatically to the best-ranked match. Live, no key on the upstream, nothing stored.
api.oanor.com/cryptoprojects-api
Crypto Exchanges API
Live rankings and comparison of crypto exchanges, served from the public CoinPaprika feed — no key, nothing cached. Rank every crypto exchange by adjusted 24h volume with its 7d/30d volume, number of markets and currencies and confidence score; pull one exchange's full profile (volumes, market count, website and social links, status); list an exchange's trading pairs with price and 24h volume; and search exchanges by name. A cross-exchange comparison layer, distinct from single-exchange ticker feeds and whole-market price feeds — it answers which venues are biggest and what they trade. Volumes in USD; adjusted = wash-trade-filtered.
api.oanor.com/cryptoexchanges-api
WEMIX API
Live EVM on-chain data for WEMIX (chain id 1111) — the gaming-focused public Layer-1 built by Wemade, whose native token is WEMIX — served directly from public EVM JSON-RPC nodes with multi-node failover. The status endpoint returns the chain and network id, the latest block height and the node client version. The block endpoint returns a block by number (or the latest) with its hash, parent hash, timestamp, transaction count, gas used and gas limit, miner and size. The gas endpoint returns the current gas price in both wei and gwei. The balance endpoint returns the WEMIX balance and outgoing transaction count for any address, converted from base wei (18 decimals) into whole WEMIX with exact big-integer scaling. Every figure is read live from the chain over JSON-RPC — nothing bundled or modelled — behind a short server-side cache with keep-warm so the feed stays fast and fresh. Ideal for explorers, wallet and dashboard tooling, gas trackers, address monitors and game-economy analytics across the WEMIX ecosystem. Live keyless upstream. 5 endpoints.
api.oanor.com/wemix-api
Monad API
Live EVM on-chain data for Monad (chain id 143) — the high-performance, parallel-execution Layer-1 designed for thousands of transactions per second, whose native token is MON — served directly from public EVM JSON-RPC nodes with multi-node failover. The status endpoint returns the chain and network id, the latest block height and the node client version. The block endpoint returns a block by number (or the latest) with its hash, parent hash, timestamp, transaction count, gas used and gas limit, miner and size. The gas endpoint returns the current gas price in both wei and gwei. The balance endpoint returns the MON balance and outgoing transaction count for any address, converted from base wei (18 decimals) into whole MON with exact big-integer scaling. Every figure is read live from the chain over JSON-RPC — nothing bundled or modelled — behind a short server-side cache with keep-warm so the feed stays fast and fresh. Ideal for explorers, wallet and dashboard tooling, gas trackers, address monitors and analytics apps across the Monad ecosystem. Live keyless upstream. 5 endpoints.
api.oanor.com/monad-api
Frequently asked questions
Quick answers about pricing, quotas, and integration.
How do I get an API key for CoinPaprika Crypto Market Data API?
What's the rate limit for CoinPaprika Crypto Market Data API?
How much does CoinPaprika Crypto Market Data API cost?
Can I cancel my subscription anytime?
Is CoinPaprika Crypto Market Data API GDPR-compliant?
Pick an endpoint from the list on the left to see its details and try it.
Code snippets
Sign up to get an API key, then call any path under your slug.
curl https://api.oanor.com/coinpaprika-api/SOME_PATH \
-H "x-oanor-key: oanor_test_..."
const res = await fetch("https://api.oanor.com/coinpaprika-api/SOME_PATH", {
headers: { "x-oanor-key": "oanor_test_..." }
});
const data = await res.json();
$ch = curl_init("https://api.oanor.com/coinpaprika-api/SOME_PATH");
curl_setopt($ch, CURLOPT_RETURNTRANSFER, true);
curl_setopt($ch, CURLOPT_HTTPHEADER, ["x-oanor-key: oanor_test_..."]);
$response = curl_exec($ch);
import requests
r = requests.get(
"https://api.oanor.com/coinpaprika-api/SOME_PATH",
headers={"x-oanor-key": "oanor_test_..."},
)
print(r.json())
Ratings
Sign in to rate.
No reviews yet.
Discussion
Ask questions, share usage tips, get answers from the provider and other developers. Public — anyone can read.
Sign in to start a thread or reply.
Sign inNew thread
·
-
Provider answer
🔒 This thread is locked — no new replies.
-
·
- No threads yet — start the discussion.
Support
Private 1:1 support with the provider — billing questions, integration issues, account problems. Only you and the provider team can see these threads.
Sign in to open a support ticket.
Sign inOpen new ticket
Describe what you need help with. The provider team gets an email and replies on the ticket page.
-
·
Urgent - No tickets yet for this API.