Skip to main content
POST
List supported currencies
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

Both an empty JSON object ({}) and a completely empty (zero-byte) body are accepted to list all supported currencies. Content-Type: application/json is still required if you send {} — but if the body is truly empty (zero bytes), Content-Type isn't checked at all (it can be omitted or set to any value). Include visible to filter by Balances tab visibility.

visible
boolean

Filters currencies by their visibility on the Balances tab of the portal.

  • true returns currencies that are enabled for the merchant account and visible on the Balances tab.
  • false returns currencies that are enabled for the merchant account but hidden from the Balances tab.

There's no single request that returns all currencies enabled for the merchant account directly — combine the results of a true call and a false call to get that full list.

If omitted, all supported currencies are returned, regardless of whether they are enabled or disabled, or visible or hidden on the Balances tab.

Response

OK

data
object[]
required
Last modified on July 31, 2026