UpdateBrokerage

Update the SR's brokerage setting.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…

Returns

Transaction object - JSON object: Unsigned transaction, please refer to the Transaction chapter for the fields contained in it. Since the transaction type is UpdateBrokerageContract, the fields contained in raw_data.contract[0].parameter.value in the transaction are as follows:

FieldTypeDescription
owner_addressstringSuper Representative (SR) address.
brokerageint32Dividend ratio, from 0 to 100, 1 represents 1%.
Body Params
string
required

Super representative's account address (format: Base58 or Hex). Example: TCuM8e98jmPwT1RU2jW7dekUC5HpXbGzFG

int32
required

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

boolean

Optional. Specifies whether the address is in Base58 format (default: false). Note: Set to true in this example for demonstration purposes.

int32

Permission ID used for multi-signature.

Responses

Language
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json