Get exchange rate

GET {{url}}/api/1.0/rate?from=EUR&to=USD&amount=100

Get the exchange rate between two currencies.

API Reference

Request Params

KeyDatatypeRequiredDescription
fromstringThe currency that you exchange from.
tostringThe currency that you exchange to.
amountnumberThe amount of the currency. The default value is 1.00.