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

Method: POST /wallet/updateBrokerage

dropdown

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

POST /wallet/updateBrokerage

Method not allowed

Update the witness's brokerage setting.

Parameters

owner_address - string

Super representative's account address

brokerage - int32

The brokerage ratio of the super representative, for example: 20 means 20%, 100 means 100%

visible - boolean

Optional, Whether the address is in base58 format.

Request

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