Convert currency
Currency Exchange API
Convert currency
Converts an amount from one currency to another. convertedAmount is rounded down to 2 decimal places.
POST
Convert currency
Authorizations
Basic authentication header of the form Basic <encoded-value>, where <encoded-value> is the base64-encoded string username:password.
Body
application/json
Converts an amount between two currencies.
Source currency to convert from. 3-letter ISO 4217 code, uppercase.
Required string length:
3Example:
"USD"
Target currency to convert to. 3-letter ISO 4217 code, uppercase.
Required string length:
3Example:
"GBP"
Amount to convert, expressed in the source currency. Must be greater than zero.
Required range:
x > 0Example:
250
Response
200 - application/json
The converted amount and the rate used.
Last modified on August 20, 2026

