transfer_trx
Create an unsigned TRX 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) | |
| memo | No | Optional memo to attach to the transaction | |
| amount | Yes | Amount in TRX (e.g., '100.5') | |
| permission_id | No | Permission ID for multi-sig transactions |