create_transaction
Create an unsigned TRX transfer transaction. Auto-activates recipient accounts that don't exist. Returns an unsigned transaction object for signing and broadcasting.
Instructions
Create an unsigned TRX transfer transaction. The recipient account will be auto-activated if it does not exist. Returns an unsigned transaction object that must be signed before broadcasting.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| amount | Yes | Transfer amount in SUN (1 TRX = 1,000,000 SUN) | |
| network | No | Network name. Defaults to mainnet. | |
| toAddress | Yes | Recipient address (Base58) | |
| ownerAddress | Yes | Sender address (Base58) |