transfer_trc20
Send TRC20 tokens to any TRON wallet. Accepts token symbol or contract address, checks balance, and uses human-readable amounts.
Instructions
Transfer TRC20 tokens to another TRON address. You can pass a token symbol (e.g. 'USDT', 'JST', 'wstUSDT') or a contract address. Symbol resolution uses the server's known TRON token registry and JustLend underlying-token mappings. Amount is in human-readable units (e.g. '100' for 100 USDT). Checks balance sufficiency before sending.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| to | Yes | Recipient TRON address (Base58 T... format) | |
| token | No | Token symbol (e.g. 'USDT', 'JST', 'SUN'). Preferred over tokenAddress. | |
| amount | Yes | Amount to transfer in human-readable units (e.g. '100' for 100 USDT) | |
| network | No | Network. Default: mainnet | |
| tokenAddress | No | TRC20 token contract address. Use 'token' parameter instead when possible. |