Get Wallet
Get wallet details by ID
Get Wallet
Retrieve details of a specific wallet.Response
Errors
| HTTP | Code | Condition |
|---|---|---|
| 400 | invalid_parameter | Missing wallet ID |
| 404 | not_found | Wallet not found |
Authorizations
JWT access token obtained from the /api/v1/auth/token endpoint.
Path Parameters
The unique identifier of the wallet.
Response
Wallet retrieved successfully.
Unique identifier for the wallet.
"wal_a1b2c3d4e5f6"
The client ID that owns this wallet.
"cli_x1y2z3"
Human-readable name for the wallet.
"Treasury Wallet"
Wallet lifecycle status returned by the gateway, for example PROGRESSING or ACTIVE.
"PROGRESSING"
Key lifecycle status returned by the gateway, for example GENERATING or ACTIVE.
"GENERATING"
Timestamp when the wallet was created.
"2026-01-15T10:30:00Z"
Timestamp when the wallet was last updated.
"2026-01-15T10:30:00Z"
Optional description of the wallet.
"Main treasury wallet for operations."