v1

latestOpenAPI 3.0.02026-07-2613985.6 KB
Exchange

Get an exchange quote

Get a fixed exchange quote for a specific amount, which can then be used with /exchange/fixed.

post/exchange/calculate

Headers

X-Processing-Signaturestring required

Hex-encoded HMAC-SHA512 signature of the request body, generated using your secret key.

Request body

sender_currencystring required

Currency to exchange from. For a list of all available currencies, see API currency codes.

receiver_currencystring required

Currency to exchange to. For a list of all available currencies, see API currency codes.

sender_amountnumber

Amount to send. You must include either this parameter or receiver_amount.

receiver_amountnumber

Amount to receive. You must include either this parameter or sender_amount.

Response

OK