Authorizations
API key for authentication
Body
application/json
The source currency code.
Available options:
EUR
, GBP
, USDC
The target currency code.
Available options:
EUR
, GBP
, 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.