curl --request POST \
--url https://tron-mainnet.core.chainstack.com/95e61622bf6a8af293978377718e3b77/wallet/getbrokerage \
--header 'Content-Type: application/json' \
--data '{
"address": "41928c9af0651632157ef27a2cf17ca72c575a4d21"
}'
{
"brokerage": 20
}
curl --request POST \
--url https://tron-mainnet.core.chainstack.com/95e61622bf6a8af293978377718e3b77/wallet/getbrokerage \
--header 'Content-Type: application/json' \
--data '{
"address": "41928c9af0651632157ef27a2cf17ca72c575a4d21"
}'
{
"brokerage": 20
}
address
— hexadecimal address of the witness whose brokerage rate you want to querybrokerage
— the current brokerage percentage (0-100) set by the witness for reward sharingwallet/getbrokerage
method is used for:
Brokerage percentage for witness rewards
The response is of type object
.
Was this page helpful?