POST
/
v1
/
currencies
/
convert
{
  "from": "<string>",
  "to": "<string>",
  "amount": 123,
  "converted_amount": 123,
  "rate": 123,
  "timestamp": "2023-11-07T05:31:56Z"
}

Body

application/json

Response

200 - application/json

Conversion result

The response is of type object.