Skip to main content
Return every wallet associated with a given user, ordered by creation date descending. Each wallet in the response includes its full configuration, virtual account details, and API key prefixes. Use this endpoint to populate a wallet management dashboard or to let users audit which agents have been provisioned on their account.

Endpoint

Authentication

Requires a valid Session JWT in the Authorization header.

Path Parameters

string
required
The UUID of the user whose wallets you want to list. Must match the userId associated with the current session, or the request will be rejected with 403 Forbidden.

Response 200 OK

Returns an array of wallet objects, each with the same shape as a single wallet from GET /api/wallets/:walletId — including nested virtualAccount and apiKeys.
object[]
Array of wallet objects belonging to the user.

Example Response


Error Responses