Coinlore

Keyless crypto prices, market cap and rankings

🪙 Crypto & Web3HEALTHYchecked 48 min ago
AUTH NONECORS AGENT HTTPS COMMERCIAL ?

Returns live ticker data for thousands of cryptocurrencies, including USD price, market cap, supply figures and percent changes over 1h/24h/7d. Query the full ranked list or specific coins by ID. No key and open CORS.

97HOW IT'S SCORED ⓘ
Status badge · for your READMEshipapis health badge: 97 · healthy
Uptime history
100%90 days
100%30 days
327P50 · ms
675P95 · ms
operationalpartialdownno data
Response time · last 48 checks
Fastest 24 ms, slowest 592 ms, most recent 79 ms.
Live response samplecaptured by our last successful check
GET https://api.coinlore.net/api/tickers/?start=0&limit=2

{
  "data": [
    {
      "id": "90",
      "symbol": "BTC",
      "name": "Bitcoin",
      "rank": 1,
      "price_usd": "62670.92",
      "percent_change_24h": "0.29",
      "market_cap_usd": "1251591657512.90"
    }
  ]
}
Call itcurl · fetch · python
curl "https://api.coinlore.net/api/tickers/?start=0&limit=2"
const res = await fetch("https://api.coinlore.net/api/tickers/?start=0&limit=2");
const data = await res.json();
console.log(data);
import requests

res = requests.get("https://api.coinlore.net/api/tickers/?start=0&limit=2")
print(res.json())
Endpoints · 6HealthyFULL DOCS ↗
Monitored path responding — GET /tickers/?start=0&limit=2327 mschecked 48 min ago
GET/tickers/?start=0&limit=2PROBED

Keyless crypto prices, market cap and rankings

GET/tickers/?limit=5

Tickers — documented GET route.

GET/tickers/?page=1

Tickers — documented GET route.

GET/api/global/

Global — documented GET route.

GET/api/assets/

Assets — documented GET route.

GET/api/tickers/

Tickers — documented GET route.

Machine-readable spec

We probe a documented GET and expect 2xx JSON — full uptime and health score. Export includes every documented route below.

Response-shape history

Stable. No schema drift observed since monitoring began — the response shape has not changed under our checks.

Coinlore: common questions

Is Coinlore free to use?

Yes — Coinlore is a free crypto & web3 API. Free tier: Free, no key. Whether the free tier allows commercial use is unclear — check the provider docs.

Does Coinlore need an API key?

No — Coinlore needs no API key or signup. You can call it straight away; rate limits still apply (Unpublished).

Can I call Coinlore from the browser?

Yes — Coinlore returns CORS headers over HTTPS, so front-end code can fetch it directly with no backend proxy. Use the fetch snippet on this page, or hit "Run live" to try it now.

Is Coinlore up right now?

As of our last scheduled check, Coinlore is healthy with 100% uptime over 90 days and a 327 ms median response. We re-probe it every sweep — the status badge and uptime chart above always show the latest.