TransferAsset

Transfer TRC10 token.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…

Returns

A Transaction object - JSON object: Unsigned transaction.

For general field definitions, please refer to Transaction.

For the TransferAssetContract type, the fields within raw_data.contract[0].parameter.value are listed below:

FieldTypeDescription
owner_addressstringAccount address.
asset_namestringTRC-10 Token ID to transfer.
to_addressstringRecipient address.
amountint64Amount of TRC-10 token to transfer.

Body Params
string
required

Transaction initiator address (Format: Base58 or Hex; Default: Hex). Example: TZ4UXDV5ZhNW7fb2AMSbgfAEZ7hWsnYS2g

string
required

Recipient address (Format: Base58 or Hex; Default: Hex). Example: TPswDDCAWhJAZGdHPidFg5nEf8TkNToDX1

string
required

ID of the TRC-10 token (Format: Base58 or Hex; Default: Hex). Example: 31303030303031

int64
required
Defaults to null

Amount of TRX to transfer. (Unit: sun). Example: 1

int32

Permission ID used for multi-signature.

boolean

Set to true to format addresses in Base58; set to false for hex format. (Default: false)

string

Notes on the transaction. (Format: Hex)

Responses

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