CreateTransaction

Recipes
💸
Send Your First Transaction
Open Recipe
📡
API Signature and Broadcast Flow
Open Recipe
Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…

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
amountint64Amount of TRX to transfer. (Unit: sun, 1 TRX = 1,000,000 sun).

Body Params
string
required
string
required
int64
required
Defaults to -1
int32
boolean
Defaults to false
string
Responses

Language
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json