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
address— witness address in hex format (21‑byte, starts with41).
Response
brokerage— percentage (0–100) kept by the witness.
Use case
Thewallet/getBrokerage method is used for:
- Checking the current reward sharing rate of a witness before voting.
 - Comparing brokerage rates between different witnesses to maximize voting rewards.
 - Monitoring changes in witness brokerage policies over time.
 - Building witness comparison tools and voting recommendation systems.
 
curl example
Shell
if you have a base58 witness address, convert it to a 21‑byte hex address (leading 
41…) before calling this endpoint. You can obtain witness addresses via wallet/listwitnesses.Query Parameters
Witness address in hex format (21-byte, starts with 41)
Response
200 - application/json
Brokerage percentage for witness rewards
Brokerage percentage (0-100)