⚡ We welcome businesses to test our enterprise-grade service

Method: POST /wallet/updateaccount

dropdown

方法 REST /wallet/updateaccount 例如 Tron (TRX)

POST /wallet/updateaccount

Method not allowed

修改帐户名

Parameters

account_name -

细绳

counduct_name是帐户的名称,转换为十六进制字符串

owner_address -

细绳

所有者_address是要修改的帐户地址,转换为十六进制字符串

visible -

布尔

可选,地址是否为base58格式

permission_id -

享受

可选,用于多签名

Request

curl --location --request POST 'https://trx.getblock.io/wallet/updateaccount' 
--header 'x-api-key: YOUR-API-KEY' 
--header 'Content-Type: application/json' 
--data-raw '{}'


Response

{
    "result": "null",
    "id": "getblock.io",
    "status_code": 405,
    "message": "Method not allowed"
}