# Cryptonator API **Provider:** Cryptonator **Category:** finance **Base URL:** `https://www.cryptonator.com` **Auth:** none — `# No auth required` **Rate Limit:** See documentation **Free Tier:** Yes — [object Object] **Pricing:** Free tier available (freemium) **Docs:** https://www.cryptonator.com/api/ ## Description Cryptocurrencies Exchange Rates ## Endpoints | Method | Endpoint | Description | |--------|----------|-------------| | GET | `https://www.cryptonator.com/` | See documentation for endpoint reference | ## Authentication No authentication required ``` # No auth required ``` ## Sample Request ```bash curl 'https://www.cryptonator.com' ``` ## Sample Response ```json {} ``` ## Pricing Details Free — open public API, no authentication required. --- *Source: [API Map](https://apimap.dev/apis/cryptonator/) — CC BY 4.0*