Get you own node endpoint todayStart for free and get your app to production levels immediately. No credit card required.You can sign up with your GitHub, X, Google, or Microsoft account.
Parameters
owner_address
— the address that issued the token and wants to update itdescription
— new description of the token project (string)url
— new official website URL for the token project (string)new_limit
— new bandwidth limit provided by token issuer for token operations (integer, optional)new_public_limit
— new public bandwidth limit available for this token (integer, optional)visible
— optional boolean parameter. When set totrue
, addresses are in base58 format. Default isfalse
.
Response
visible
— indicates the address format used in the responsetxID
— the transaction hashraw_data
— raw transaction data including:contract
— array containing the update asset contractref_block_bytes
— reference block bytesref_block_hash
— reference block hashexpiration
— transaction expiration timestamptimestamp
— transaction creation timestamp
raw_data_hex
— hexadecimal representation of the raw transaction
Use case
Thewallet/updateasset
method is used for:
- Updating token project information such as description and website URL
- Modifying bandwidth allocations for token operations
- Building token management interfaces that allow post-issuance updates
- Implementing governance features that allow token information changes
Body
application/json
Address that issued the token
New token description
New token project website
New bandwidth limit for token operations
New public bandwidth limit
Use base58 address format