v1

latestOpenAPI 3.1.02026-07-245361280.3 KB

Get an exchange rate

Get the exchange rate between two currencies.

get/currency-exchanges

Query parameters

fromstring required

Origin currency code. At the moment, the only acceptable value for the from parameter is USD, whereas the to parameter can include any local currency.

tostring required

Destination currency code.

Response

200

fromstring
tostring
ratenumber

Example response

{
  "from": "USD",
  "to": "BRL",
  "rate": 3.33
}