GET
/
v1
/
currencies
/
{code}
/
history
{
  "currency": "<string>",
  "base": "<string>",
  "rates": [
    {
      "date": "2023-12-25",
      "rate": 123
    }
  ]
}

Path Parameters

code
string
required
Required string length: 3

Query Parameters

start_date
string
required
end_date
string
required
base
string
required
Required string length: 3

Response

200 - application/json

Historical exchange rates

The response is of type object.