UpdateAsset
Update basic TRC10 token information.
curl --request POST \
--url https://tron.api.watchdata.io/wallet/updateasset \
--header 'Accept: application/json' \
--header 'Content-Type: application/json' \
--data '
{
"owner_address": "4116440834509C59DE4EE6BA4933678626F451BEFE",
"description": "string",
"url": "string",
"new_limit": 2,
"new_public_limit": 1,
"permission_id": 0,
"visible": true
}
'Last updated