Skip to main content
GET
List wallet accounts

Authorizations

Authorization
string
header
required

User bearer credential: either a Cognito JWT or an ak_ user API key. Backend integrators using HMAC must include the user API key alongside the three HMAC headers on user-scoped endpoints.

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.