# CryptoCompare API **Provider:** CryptoCompare **Category:** finance **Base URL:** `https://www.cryptocompare.com` **Auth:** none — `# No auth required` **Rate Limit:** See documentation **Free Tier:** Yes — [object Object] **Pricing:** Free tier available (freemium) **Docs:** https://www.cryptocompare.com/api# ## Description Track cryptocurrency markets with live prices, charts, free portfolio, news and more. ## Endpoints | Method | Endpoint | Description | |--------|----------|-------------| | GET | `https://www.cryptocompare.com/` | See documentation for endpoint reference | ## Authentication No authentication required ``` # No auth required ``` ## Sample Request ```bash curl 'https://www.cryptocompare.com' ``` ## Sample Response ```json {} ``` ## Pricing Details Free — open public API, no authentication required. --- *Source: [API Map](https://apimap.dev/apis/cryptocompare/) — CC BY 4.0*