HomeGuidesAPI ReferenceChangelog
GuidesAPI ReferenceCommunityDiscordBlogFAQBug BountyAnnouncementsChange Log
API Reference

UpdateAsset

Update basic TRC10 token information.

Log in to see full request history

Returns

Transaction object - JSON object: Unsigned transaction, please refer to the Transaction chapter for the fields contained in it. Since the transaction type is UpdateAssetContract, the fields contained in raw_data.contract[0].parameter.value in the transaction are as follows:

FieldTypeDescription
owner_addressstringAccount address
descriptionstringDescription
urlstringToken's website Url
new_limitint64The limit of Bandwidth point which each caller can consume
new_public_limitint64The limit of Bandwidth point which all caller can consume
Body Params
string
Defaults to TPswDDCAWhJAZGdHPidFg5nEf8TkNToDX1

The issuers address of the token, default hexString

string

The description of token, default hexString

string

The token's website url, default hexString

int32

Each token holder's free bandwidth

int32

The total free bandwidth of the token

int32

Optional, for multi-signature use

boolean
Defaults to true

Optional, Whether the address is in base58 format.

Responses

Language
Click Try It! to start a request and see the response here! Or choose an example:
application/json