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

Body

application/json
from
string
required
to
string
required
amount
number
required

Response

200 - application/json

Conversion result

from
string
to
string
amount
number
converted_amount
number
rate
number
timestamp
string<date-time>