transfer_trx
Transfer TRX to any TRON address after verifying sufficient balance and gas. Supports mainnet with minimal energy and bandwidth costs.
Instructions
Transfer TRX to another TRON address. Checks balance sufficiency (including gas) before sending. Typical cost: ~0 energy + ~270 bandwidth.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| to | Yes | Recipient TRON address (Base58 T... format) | |
| amount | Yes | Amount of TRX to transfer (e.g. '1', '10.5') | |
| network | No | Network. Default: mainnet |