HomeGuidesAPI ReferenceChangelog
GuidesAPI ReferenceCommunityDiscordBlogFAQBug BountyAnnouncementsChange Log
API Reference

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:

FieldTypeDescription
owner_addressstringSender address.
to_addressstringRecipient address
amountint64The amount of TRX to transfer, in sun(1 TRX = 1,000,000 sun).
Language
Click Try It! to start a request and see the response here!