transfer_trc20
Send TRC20 tokens to any address on the TRON blockchain using the token contract address, recipient, and amount.
Instructions
Transfer TRC20 tokens to an address.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| to | Yes | Recipient address | |
| amount | No | Amount to send (raw amount with decimals) | |
| network | No | Network name. Defaults to mainnet. | |
| tokenAddress | Yes | The TRC20 token contract address |