cURL
curl --request GET \ --url https://api.example.com/v1/currencies/{code}/history
{ "currency": "<string>", "base": "<string>", "rates": [ { "date": "2023-12-25", "rate": 123 } ] }
3
Historical exchange rates
Show child attributes