Skip to main content
GET
List accounts
Requires Authorization: Bearer <user-access-token> — the token from Verify login code. No X-Api-Key, X-Api-Secret, or userId — the token already identifies the user.
Returns all Qash accounts owned by the logged-in user. Use the id from each account to reference it in deposit, transfer, and transaction endpoints.

Request

Response

200 OK

Item fields

The account is created automatically the first time the user logs in — you do not need to call a separate account-creation endpoint. Every active user has exactly one USDC account.

Errors