Skip to main content
GET
Cash balance (available / reserved)

Authorizations

DX-ACCESS-KEY
string
header
required

The API key id (decimal string).

DX-ACCESS-TIMESTAMP
string
header
required

Request timestamp, Unix milliseconds (decimal). ±5000 ms replay window.

DX-ACCESS-SIGNATURE
string
header
required

base64(HMAC-SHA256(secret, "timestamp\nMETHOD\npath?query\nbody")). For the WS handshake the body is empty and the path is /v1/ws.

Response

Cash balance in cents (api.md §6.1).

available
string
required

cents

Pattern: ^[0-9]+$
Example:

"182390"

reserved
string
required

open-buy reservations + pending withdrawals

Pattern: ^[0-9]+$
Example:

"182390"

as_of_seq
string
required

A u64-domain value rendered as a decimal string (api.md §1).

Pattern: ^[0-9]+$
Example:

"182390"