coinlayer
Crypto exchange-rate API by APILayer — live and historical rates for 385+ coins aggregated from 25 exchanges, in the same request shape as Fixer/Currencylayer.
🟢 Online · 1321 ms
100%
100 requests/month, email signup, no credit card
API key
Free alternatives (live ranking)
- Blockchain.com Data API — 🟢 Online · Unlimited, no key, no credit card
- Coinbase Advanced Trade API (Public) — 🟢 Online · 10 calls/sec, no key for public endpoints
- CoinLore — 🟢 Online · Unlimited (rate-limited), no key, no credit card
Compare coinlayer with…
- coinlayer vs Blockchain.com Data API — Unlimited, no key, no credit card
- coinlayer vs Coinbase Advanced Trade API (Public) — 10 calls/sec, no key for public endpoints
- coinlayer vs CoinLore — Unlimited (rate-limited), no key, no credit card
Paid alternatives
- CoinAPI — from $79/mo
Frequently Asked Questions
Does coinlayer require an API key?
Yes, coinlayer requires a free API key. You can sign up via https://coinlayer.com/documentation.
What is coinlayer's free tier?
100 requests/month, email signup, no credit card
Is coinlayer currently online?
We check coinlayer 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 coinlayer
coinlayer serves crypto exchange rates in the exact same request/response shape as Fixer and Currencylayer — which is its real selling point: if your codebase already consumes one APILayer currency product, adding crypto is a base-URL change. 385+ coins aggregated from 25 exchanges, live and historical. For crypto-only projects, CoinGecko's free tier is richer; coinlayer wins when API-shape consistency across fiat + crypto matters.
Common pitfalls
- Rates are averaged across exchanges — fine for display and conversion features, wrong for anything trading-adjacent where the venue-specific price matters.
- The free tier updates rates every 60 minutes, not in real time. The `timestamp` field tells you the actual data age; surface it in your UI.
- Free tier is HTTP only, like the other APILayer products.
Quick start (bash)
curl "http://api.coinlayer.com/live?access_key=YOUR_KEY&symbols=BTC,ETH" Embed this badge
Add a live status badge to your README, docs, or website.
Markdown
[](https://freeapi.watch/coinlayer) HTML
<a href="https://freeapi.watch/coinlayer"><img src="https://api.freeapi.watch/badge/coinlayer.svg" alt="coinlayer Status"/></a>