FX
Retrieve Exchange Rate
Retrieve the current exchange rate for a given currency pair. The rate is not guaranteed for any following transactions.
POST
Authorizations
Body
application/json
The source currency code.
Available options:
EUR
The target currency code.
Available options:
USDC
The amount of source currency to convert. If not provided, only the rate will be returned. Decimal places should be separated by a dot.
Response
200 - application/json
Returns the current exchange rate for the given currency pair.
The current exchange rate for the given currency pair.
The amount of the target currency for the given source amount. Only returned if the source amount is provided.
The amount of source currency to convert. Only returned if the source amount is provided.