⚡ We welcome businesses to test our enterprise-grade service

Method: POST /wallet/updateBrokerage

dropdown

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

POST /wallet/updateBrokerage

Method not allowed

更新证人的经纪设置。

Parameters

owner_address -

细绳

超级代表的帐户地址

brokerage -

享受

例如,超级代表的经纪比:20表示20%,100表示100%

visible -

布尔

可选,地址是否为基本58格式。

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