Skip to main content
POST
Get a list of balances

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

This endpoint does not accept any request parameters. Both an empty JSON object ({}) and a completely empty (zero-byte) body are accepted. 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).

Response

OK

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