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 account address whose name will be updated.account_name
— the new name for the account in hexadecimal format. Must be converted from string to hex before sending.visible
— optional boolean parameter. When set totrue
, the address is 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 account update 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/updateaccount
method is used for:
- Setting a human-readable name for an account.
- Updating account metadata for identification purposes.
- Labeling accounts in wallet applications and explorers.
- Organizing multiple accounts with descriptive names.
Body
application/json