v1

latestOpenAPI 3.0.02026-07-2613985.6 KB
Exchange

Exchange at market rate

Execute an exchange immediately at the currently available market rate, without requesting a fixed quote.

post/exchange/now

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.

foreign_idstring required

Unique exchange identifier in your system.

Response

Created