Get you own node endpoint todayStart for free and get your app to production levels immediately. No credit card required.You can sign up with your GitHub, X, Google, or Microsoft account.
Parameters
owner_address— hexadecimal address of the witness account updating the brokerage ratebrokerage— new brokerage percentage (0-100) where lower values mean more rewards shared with voters
Response
visible— boolean indicating whether addresses are in visible formattxID— unique transaction ID for the brokerage update transactionraw_data— raw transaction data containing:contract— array with brokerage update contract detailsref_block_bytes— reference block bytes for transaction validationref_block_hash— hash of the reference blockexpiration— transaction expiration timestamptimestamp— transaction creation timestamp
raw_data_hex— complete transaction data encoded in hexadecimal format
Use case
Thewallet/updatebrokerage method is used for:
- Adjusting witness reward sharing policies to attract more voters.
- Setting competitive brokerage rates compared to other witnesses.
- Implementing dynamic reward sharing strategies based on market conditions.
- Managing witness economics to balance profitability and voter incentives.