Account Balance
Any valid API key
Counts toward your 60 req/min
Every wallet on your account, with live per-product limits
Responses
| Status | Description |
|---|---|
| 200 OK | Every wallet on your account, with live per-product limits — see the example on the right. |
| 4xx / 5xx | { "success": false, "error": { "code": "…", "message": "…" } } —
every code is listed under
Error Codes. |
Good to know
Requires only a valid API key — no permission scope. Balances are read live on every call and never cached. funds tells you which products draw on that wallet, and products carries the limits currently in force, so this one response is enough to validate an amount before you submit it. A wallet your account does not hold yet is still returned at 0.00, so your parsing never has to handle a missing key. The per-product /ext/v1/dmt/balance and /ext/v1/bbps/balance endpoints continue to work unchanged.