Get embedded wallet status
Wallet Kit
Get embedded wallet status
Returns the authenticated user’s embedded wallet status. Always 200: branch on status to handle the not-yet-provisioned case (status === "not_provisioned") versus an active wallet (status === "active", with data populated).
GET
Get embedded wallet status
Authorizations
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.
- Option 1
- Option 2
Wallet status envelope. data is present only when status === "active". Branch on status to handle the not-yet-provisioned case.