curl --request GET \
--url https://tron-mainnet.core.chainstack.com/95e61622bf6a8af293978377718e3b77/wallet/getBrokerage{
"brokerage": 20
}curl --request GET \
--url https://tron-mainnet.core.chainstack.com/95e61622bf6a8af293978377718e3b77/wallet/getBrokerage{
"brokerage": 20
}address — witness address in hex format (21‑byte, starts with 41).brokerage — percentage (0–100) kept by the witness.wallet/getBrokerage method is used for:
curl --request GET \
--url 'https://tron-mainnet.core.chainstack.com/95e61622bf6a8af293978377718e3b77/wallet/getBrokerage?address=41928c9af0651632157ef27a2cf17ca72c575a4d21' \
--header 'accept: application/json'
41…) before calling this endpoint. You can obtain witness addresses via wallet/listwitnesses.Was this page helpful?