HomeGuidesAPI ReferenceChangelog
GuidesAPI ReferenceCommunityDiscordBlogFAQBug BountyAnnouncementsChange Log
API Reference

TransferAsset

Transfer TRC-10 token.

Returns

**Transaction object - JSON object: Unsigned transaction. **

For general field definitions, please refer to the Transaction chapter. 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.

Language
Click Try It! to start a request and see the response here!