📝 Share Your Feedback on Twitter and Claim 1M Free GetBlock Requests

Method: POST /wallet/accountpermissionupdate

dropdown

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

POST /wallet/accountpermissionupdate

Method not allowed

更新帐户的许可。

Parameters

owner_address -

细绳

actives -

JSON对象的数组

owner -

JSON对象

witness -

JSON对象

visible -

布尔

Request

curl --location --request POST 'https://trx.getblock.io/wallet/accountpermissionupdate' 
--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"
}