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
Example response
{
"from": "USD",
"to": "BRL",
"rate": 3.33
}Changes
No recorded changes to this endpoint across all 1 revision of this API.