Get Wallet
GET
/web/v1/wallets/{walletBizId} JWTRetrieves detailed information about a specific wallet.
Authentication
Requires a valid JWT token and Turnstile verification.
Request Parameters
| Name | Type | Required | In | Description |
|---|---|---|---|---|
walletBizId | string | Required | path | Wallet business ID (path parameter) |
Success Response
Not Found 404
{
"code": "4040",
"message": "Wallet not found",
"data": null
}Error Responses
| HTTP Status | Code | Description |
|---|---|---|
| 401 | 4010 | Unauthorized |
| 404 | 4040 | Wallet not found |
Notes
- Only returns wallets within the current workspace context.