CreateTransaction

Create a TRX transfer transaction. If to_address does not exist, then create the account on the blockchain.

Returns

Transaction - JSON object: Unsigned transaction, please refer to the Transaction chapter for the fields contained in it. Since the transaction type is TransferContract, the fields contained in raw_data.contract[0].parameter.value in the transaction are as follows:

FieldTypeDescription
owner_addressstringTransaction initiator address
to_addressstringDestination address
amountint64Transfer TRX amount, in sun
Language
Click Try It! to start a request and see the response here!