Skip to main content
GET
Get embedded wallet status

Authorizations

Authorization
string
header
required

Cognito JWT token for regular user authentication

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.