# CoinRanking API **Provider:** CoinRanking **Category:** finance **Base URL:** `https://developers.coinranking.com` **Auth:** api-key — `Authorization: Bearer YOUR_TOKEN` **Rate Limit:** 10K credits/month (free) **Free Tier:** Yes — available **Pricing:** Enterprise / contact sales (subscription) **Docs:** https://developers.coinranking.com/api/documentation ## Description Live Cryptocurrency data ## Endpoints | Method | Endpoint | Description | |--------|----------|-------------| | GET | `https://developers.coinranking.com/` | See documentation for endpoint reference | ## Authentication See documentation for auth details ``` Authorization: Bearer YOUR_TOKEN ``` ## Sample Request ```bash curl 'https://developers.coinranking.com' ``` ## Sample Response ```json {} ``` ## Pricing Details Crypto ranking and market data API. Free: 10K API credits/month. Hobbyist $29/mo: 100K credits. Pro $79/mo: 500K credits. Business $249/mo. --- *Source: [API Map](https://apimap.dev/apis/coinranking/) — CC BY 4.0*