post
https://api.shasta.trongrid.io/wallet/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:
| Field | Type | Description |
|---|---|---|
| owner_address | string | Account address. |
| asset_name | string | TRC-10 Token ID to transfer. |
| to_address | string | Recipient address. |
| amount | int64 | Amount of TRC-10 token to transfer. |