UpdateAccount

为账户设置或更新名称(account_name)——一经设置后不可再次修改。

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…

为账户设置或更新名称(account_name)。一经设置后不可再次修改。

📘

一次性设置约束

在当前 Mainnet 配置下(链参数 ALLOW_UPDATE_ACCOUNT_NAME = 0),账户名一经设置便无法再次修改。请在初次调用前确认名称无误。


相关资源

  • GetAccount —— 查询账户当前名称
  • AccountPermissionUpdate —— 修改账户权限(与名称管理无关,但同属账户配置类操作)
  • 账户 —— TRON 账户模型、地址格式、密钥派生
Body Params
string
required

交易发起方地址。(格式:Base58 或十六进制)

string
required

账户名称。示例:testAccountName

boolean

可选。设为 true 时地址以 Base58 格式返回;设为 false 时以十六进制格式返回。(默认值:false

int32

可选。用于多签账户操作的权限 ID,未指定时默认使用 owner 权限(0)。

Responses

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