
CurrencyScoop is a public API providing real-time and historical currency rates json api.
All requests require a Bearer Token provided in the Authorization header.
Authorization: Bearer $API_KEY| Method | Path | Description |
|---|---|---|
| GET | https://currencyscoop.com/api-documentation | Primary API endpoint. |
curl -X GET "https://currencyscoop.com/api-documentation" \ -H "Accept: application/json"