UpdateAsset
Update basic TRC10 token information.
Body params:
owner_address
- The issuers address of the token, default hexStringdescription
- The description of token, default hexStringurl
- The token's website url, default hexStringnew_limit
- Each token holder's free bandwidthnew_public_limit
- The total free bandwidth of the tokenpermission_id
- Optional, for multi-signature usevisible
- Optional, Whether the address is in base58 format.
Request
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
}
'
Response
{
"Error": "class java.lang.IllegalArgumentException : Illegal character 0 at 6"
}
Last updated