Skip to main content
GET
/
v1
/
currencies
/
rate
Get exchange rate
curl --request GET \
  --url https://api.example.com/v1/currencies/rate
{
  "from": "<string>",
  "to": "<string>",
  "rate": 123,
  "timestamp": "2023-11-07T05:31:56Z"
}

Query Parameters

from
string
required
Required string length: 3
to
string
required
Required string length: 3

Response

200 - application/json

Exchange rate details

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