# List user wallets Endpoint: GET /user-wallets Version: 1.0.0 Security: apiKeyAuth ## Query parameters: - `externalId` (string) - `limit` (integer) - `offset` (integer) ## Response 200 fields (application/json): - `wallets` (array, required) - `wallets.id` (string, required) - `wallets.companyId` (string, required) - `wallets.externalId` (string, required) - `wallets.address` (string, required) - `wallets.isBlocked` (boolean, required) - `wallets.blockReason` (string,null) - `wallets.lastUsdtBalance` (number, required) - `wallets.lastTrxBalance` (number, required) - `wallets.createdAt` (string, required) - `total` (integer, required) ## Response 401 fields (application/json): - `statusCode` (integer) Example: 400 - `message` (any) - `error` (string) Example: "Bad Request"