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

Method: POST /wallet/accountpermissionupdate

dropdown

Method REST /wallet/accountpermissionupdate example for Tron (TRX)

POST /wallet/accountpermissionupdate

Method not allowed

Update the account's permission.

Parameters

owner_address -

string

actives -

array of json objects

owner -

json object

witness -

json object

visible -

boolean

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"
}