# Get company deposit wallet Returns company TRON wallet address for incoming USDT (TRC-20). Wallet is auto-created on first request if absent. Endpoint: GET /wallets Version: 1.0.0 Security: apiKeyAuth ## Response 200 fields (application/json): - `id` (string, required) - `address` (string, required) TRON address for USDT TRC-20 deposits - `createdAt` (string, required) ## Response 401 fields (application/json): - `statusCode` (integer) Example: 400 - `message` (any) - `error` (string) Example: "Bad Request"