Get exchange rate
GET {{url}}/api/1.0/rate?from=EUR&to=USD&amount=100
Get the exchange rate between two currencies.
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
from | string | The currency that you exchange from. | |
to | string | The currency that you exchange to. | |
amount | number | The amount of the currency. The default value is 1.00 . | |