# Get wallet by ID Endpoint: GET /v1/wallets/{walletId} Version: 2.0.0 Security: oAuth2 ## Path parameters: - `walletId` (string, required) ## Response 200 fields (application/json): - `walletId` (string, required) Example: "wlt_01JH..." - `address` (string, required) - `network` (string, required) Enum: "ethereum", "polygon", "solana", "bitcoin" - `custodyModel` (string) Enum: "custodial" - `createdAt` (string, required) ## Response 404 fields