wallet.not_found
The wallet has not been provisioned for the active workspace yet.
wallet.not_found is returned when a wallet operation targets a workspace that does not yet have a provisioned wallet record. Wallets are provisioned automatically during workspace setup for most paths but may be absent on newly created or partially onboarded workspaces.
The workspace completed only partial onboarding and the wallet provisioning step did not run. This is uncommon in normal flows.
Complete workspace onboarding or contact support to provision the wallet manually.
{
"error": {
"code": "wallet.not_found",
"message": "wallet not provisioned for this workspace",
"request_id": "req_01900000abc"
}
}