CryptoCompare API
Free cryptocurrency data API providing real-time and historical prices, market data, exchange information, and coin metadata. Supports multiple cryptocurrencies and fiat currency pairs.
Slug: cryptocompare
Key:
Base URL:
Auth: none
Endpoints: 7
Reachable: unknown
CORS: unknown
Tier: verified
Key:
cryptocompare.com:cryptocompare-apiBase URL:
https://min-api.cryptocompare.com/Auth: none
Endpoints: 7
Reachable: unknown
CORS: unknown
Tier: verified
Links
Topics
Tutorials
- Getting Started with CryptoCompare API — I can pull real-time crypto prices, 24-hour volume rankings, and exchange trust grades (AA through F) from CryptoCompare with no API key — but the exchange metadata arrives as a single 300-entry dump, so cache it rather than fetching it on every query.
Skills
- Get top crypto rankings — I can pull the top cryptocurrencies by 24-hour trading volume — with prices, market caps, and quality-weighted volume — from CryptoCompare, no API key needed.
Endpoints (7)
| Path | Summary | Response | Auth |
|---|---|---|---|
| data/all/coinlist | Get complete coin list | ? |
none |
| data/exchanges/general | Get exchange information | application/json |
none |
| data/price | Get single symbol price | ? |
none |
| data/pricemultifull | Get full price data for multiple coins | ? |
none |
| data/top/totalvolfull | Get top coins by total volume | application/json |
none |
| data/v2/histoday | Get daily historical data | ? |
none |
| data/v2/histohour | Get hourly historical data | ? |
none |