v1
latestOpenAPI 3.1.02026-07-245361280.3 KBGet 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
Example response
{
"from": "USD",
"to": "BRL",
"rate": 3.33
}