# Company Wallet Company deposit wallet, balances, and deposit history. ## Get company deposit wallet - [GET /wallets](https://lumo.redocly.app/apis/company-wallet/getcompanywallet.md): Returns company TRON wallet address for incoming USDT (TRC-20). Wallet is auto-created on first request if absent. ## Get wallet balance view - [GET /wallets/balance](https://lumo.redocly.app/apis/company-wallet/getcompanywalletbalance.md): Returns company balance view. usdtBalance reflects company balance used by platform accounting. ## List company deposits - [GET /wallets/deposits](https://lumo.redocly.app/apis/company-wallet/listcompanydeposits.md): Deposit status lifecycle: - new - fee_charged - aml_pending / aml_passed / aml_failed - forwarding - completed / failed Company deposit sweep target is B2B_TREASURY_ADDRESS. Processing fee is retained from incoming deposit amount (not debited from company balance).