# CurrencyScoop API **Provider:** CurrencyScoop **Category:** finance **Base URL:** `https://currencyscoop.com` **Auth:** api-key — `Authorization: Bearer YOUR_TOKEN` **Rate Limit:** 100 req/month (free) **Free Tier:** Yes — available **Pricing:** Enterprise / contact sales (subscription) **Docs:** https://currencyscoop.com/api-documentation ## Description Real-time and historical currency rates JSON API ## Endpoints | Method | Endpoint | Description | |--------|----------|-------------| | GET | `https://currencyscoop.com/` | See documentation for endpoint reference | ## Authentication See documentation for auth details ``` Authorization: Bearer YOUR_TOKEN ``` ## Sample Request ```bash curl 'https://currencyscoop.com' ``` ## Sample Response ```json {} ``` ## Pricing Details Free: 100 req/month. Developer $5.99/mo (10K req/mo). Professional $39.99/mo. Enterprise custom. EUR base only on free tier. --- *Source: [API Map](https://apimap.dev/apis/currencyscoop/) — CC BY 4.0*