FreeAPI.watch

CoinGecko

Free crypto price data covering 10,000+ coins and 800+ exchanges.

Status
🔴 Offline · 3 ms
30-day uptime
15.94%
Free tier
10-30 calls/min, no key (Demo plan)
Auth
No key required
Last 30 days

Free alternatives (live ranking)

Compare CoinGecko with…

Paid alternatives

Official docs ↗

Frequently Asked Questions

Does CoinGecko require an API key?

No, CoinGecko is freely accessible without registration or an API key.

What is CoinGecko's free tier?

10-30 calls/min, no key (Demo plan)

Is CoinGecko currently online?

We check CoinGecko 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 CoinGecko

CoinGecko is the most complete free crypto market data API. It covers 10,000+ coins and 800+ exchanges, returns OHLCV data, dominance metrics, exchange volume, and developer/social stats. The Demo plan (no key required for basic endpoints) is sufficient for dashboards and portfolio trackers.

Common pitfalls

Quick start (bash)

curl "https://api.coingecko.com/api/v3/simple/price?ids=bitcoin,ethereum&vs_currencies=usd,eur&include_24hr_change=true"

From our monitoring

CoinGecko's free tier has had throttling events during crypto market volatility spikes — periods of high trading activity drive significantly more API traffic and we have observed increased 429 responses. Plan for retry logic with exponential backoff.

Embed this badge

Add a live status badge to your README, docs, or website.

CoinGecko status badge

Markdown

[![CoinGecko Status](https://freeapi-builder.a10ayassine.workers.dev/badge/coingecko.svg)](https://freeapi.watch/coingecko)

HTML

<a href="https://freeapi.watch/coingecko"><img src="https://freeapi-builder.a10ayassine.workers.dev/badge/coingecko.svg" alt="CoinGecko Status"/></a>

Further reading