Skip to main content
GET
List wallet accounts

Authorizations

Authorization
string
header
required

Cognito JWT token for regular user authentication

Response

Paginated list of the authenticated user's wallet accounts. Returns an empty list when no wallet has been provisioned.

Paginated list of the authenticated user's wallet accounts. Returns an empty list when no wallet has been provisioned.

data
object[]
required

On-chain accounts derived from the authenticated user's embedded wallet. Empty when no wallet has been provisioned.

hasMore
boolean
required

Whether more results are available beyond data. Always false for this resource — the full list is returned in a single response.

Example:

false

nextCursor
string | null
required

Opaque pagination cursor. Always null for this resource — the full list is returned in a single response.