Access current and historical exchange rates using the RateShield API.
GET /api/v1/rates
Used to retrieve current exchange rates. You can specify the base currency using the baseCurrency parameter.
GET https://rateshield.net/api/v1/rates?baseCurrency=USD Authorization: Bearer YOUR_API_KEY
GET /api/v1/history
Used to retrieve exchange rates for a specific date.
GET https://rateshield.net/api/v1/history?date=2023-10-26&baseCurrency=EUR&symbols=USD,GBP Authorization: Bearer YOUR_API_KEY