post https://api.shasta.trongrid.io/wallet/createtransaction
Creates a TRX transfer transaction. If the recipient account (to_address) does not exist, it will be automatically activated.
Returns
Returns an unsigned transaction JSON object. Refer to the Transaction chapter for the field definitions. For the TransferContract type, the raw_data.contract[0].parameter.value fields are:
| Field | Type | Description |
|---|---|---|
| owner_address | string | Sender address. |
| to_address | string | Recipient address |
| amount | int64 | The amount of TRX to transfer, in sun(1 TRX = 1,000,000 sun). |