EasyTransferAssetByPrivate

TRC10 token easy transfer. Broadcast the created transaction directly.

Warning!

Body params:

  • privateKey - Private key, default hexString

  • toAddress - To address, default hexString

  • assetId - Token id

  • amount - Token transfer amount

  • visible - Optional, Whether the address is in base58 format.

Request

curl --request POST \
     --url https://tron.api.watchdata.io/wallet/easytransferassetbyprivate \
     --header 'Accept: application/json' \
     --header 'Content-Type: application/json' \
     --data '
{
     "privateKey": "D95611A9AF2A2A45359106222ED1AFED48853D9A44DEFF8DC7913F5CBA727366",
     "toAddress": "4112E621D5577311998708F4D7B9F71F86DAE138B5",
     "assetId": "1000001"
}
'

Response

Last updated