Skip to main content
POST
If one of the currencies in this request isn’t enabled in your merchant account, you may receive the Exchange is unavailable for given currencies error. Enable the currency in your portal.

Authorizations

X-Processing-Key
string
header
required

Your API key.

Headers

X-Processing-Signature
string
required

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

Body

application/json
sender_currency
string
required

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

receiver_currency
string
required

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

sender_amount
number

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

receiver_amount
number

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

Response

OK

data
object
Last modified on September 17, 2026