Skip to main content
POST
This endpoint returns reference exchange rates only. To get an actual exchange quote, use /v2/exchange/calculate.
The list of supported currencies in the sandbox environment is different from the list in the production environment.

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
currency_from
string

Currency to exchange from. Matched case-insensitively; leading/trailing whitespace is ignored. For a list of all available currencies, see API currency codes.

currency_to
string

Currency to exchange to. Matched case-insensitively; leading/trailing whitespace is ignored. For a list of all available currencies, see API currency codes.

Response

OK. Returns the available exchange pairs.

data
object[]
required

List of matching currency pairs. Empty if currency_from/currency_to is a recognized currency code with no configured trading pairs.

Last modified on September 10, 2026