# Exchange Rates API API **Provider:** Exchange Rates API **Category:** finance **Base URL:** `https://blockchain.info` **Auth:** api-key — `Authorization: Bearer YOUR_TOKEN` **Rate Limit:** 250 req/month (free) **Free Tier:** Yes — available **Pricing:** Enterprise / contact sales (subscription) **Docs:** https://blockchain.info/api/exchange_rates_api ## Description Exchange Rates API API. See documentation for full details. ## Endpoints | Method | Endpoint | Description | |--------|----------|-------------| | GET | `https://blockchain.info/` | See documentation for endpoint reference | ## Authentication See documentation for authentication details ``` Authorization: Bearer YOUR_TOKEN ``` ## Sample Request ```bash curl 'https://blockchain.info' ``` ## Sample Response ```json {} ``` ## Pricing Details Free: 250 req/month (EUR base only). Basic $9.99/mo, Pro $19.99/mo, Premium $39.99/mo. --- *Source: [API Map](https://apimap.dev/apis/exchange-rates-api/) — CC BY 4.0*