transfer_trc20
Create an unsigned TRC20 token transfer transaction. Returns transaction hex for signing.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| to | Yes | Recipient address (base58, starts with T) | |
| from | Yes | Sender address (base58, starts with T) | |
| amount | Yes | Amount in token units (human-readable, e.g., '100.5') | |
| fee_limit | No | Fee limit in TRX, range 0-15000 (default: 100) | |
| permission_id | No | Permission ID for multi-sig transactions | |
| contract_address | Yes | TRC20 contract address (base58, starts with T) |