CoinMarketCap
Industry-standard crypto market data with prices, rankings, market cap, and on-chain metrics for 30,000+ assets.
Status
🔴 Offline · 632 ms
🔴 Offline · 632 ms
30-day uptime
0%
0%
Free tier
10,000 calls/month, free key, no credit card
10,000 calls/month, free key, no credit card
Auth
API key
API key
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 CoinMarketCap with…
- CoinMarketCap vs Kraken Public API — Unlimited public data, no key required
- CoinMarketCap vs Coinbase Advanced Trade API (Public) — 10 calls/sec, no key for public endpoints
- CoinMarketCap vs Blockchain.com Data API — Unlimited, no key, no credit card
Paid alternatives
- CMC Hobbyist — from $29/mo
Frequently Asked Questions
Does CoinMarketCap require an API key?
Yes, CoinMarketCap requires a free API key. You can sign up via https://coinmarketcap.com/api/documentation/v1/.
What is CoinMarketCap's free tier?
10,000 calls/month, free key, no credit card
Is CoinMarketCap currently online?
We check CoinMarketCap 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 CoinMarketCap
CoinMarketCap suits projects that need CMC-branded rankings specifically — many institutional and media outlets cite CMC numbers, so using CMC keeps you aligned with the dominant industry reference. Free tier covers basic crypto market data with 10,000 calls/month.
Common pitfalls
- The free 'Basic' plan only exposes a subset of endpoints — primarily latest quotes and the listings endpoint. Historical data, OHLCV, and metadata require paid tiers starting at $79/month.
- Quotes are denominated in USD by default. To convert to other currencies, pass the `convert` parameter; multiple conversions per call (e.g., `USD,EUR,JPY`) are billed as separate calls against your quota.
- Rate limiting uses a 'credit' system rather than simple call counts — some endpoints cost 1 credit, others cost 5+. Plan your call budget based on the credit table in the docs, not just request count.
Quick start (bash)
curl -H "X-CMC_PRO_API_KEY: YOUR_KEY" "https://pro-api.coinmarketcap.com/v2/cryptocurrency/quotes/latest?symbol=BTC,ETH" Embed this badge
Add a live status badge to your README, docs, or website.
Markdown
[](https://freeapi.watch/coinmarketcap) HTML
<a href="https://freeapi.watch/coinmarketcap"><img src="https://freeapi-builder.a10ayassine.workers.dev/badge/coinmarketcap.svg" alt="CoinMarketCap Status"/></a>