Skip to main content
GET
Get balance
Requires Authorization: Bearer <user-access-token> — the token from Verify login code. See Authentication for details.
Returns all Qash accounts owned by the authenticated user, including their credit/debit totals. Use the id from the response to reference a specific account in deposit, transfer, or transaction requests.
This returns the same data as List accounts — both are backed by the same endpoint.

Request

No body or query parameters.

Response

200 OK

items[]

Available balance is credits - debits. There is no separate balance field in the response.

meta