Skip to main content
GET
Get embedded wallet status

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

Wallet status envelope. data is present only when status === "active". Branch on status to handle the not-yet-provisioned case.

Wallet status envelope. data is present only when status === "active". Branch on status to handle the not-yet-provisioned case.

status
enum<string>
required

An embedded wallet has been provisioned for this user.

Available options:
active
data
object
required

An embedded wallet for the authenticated user. Backed by a Turnkey sub-organization that holds the user's keys.