GetBrokerage
Get SR brokerage ratio
Body params:
address
- Super representative's account addressvisible
- Optional, Whether the address is in base58 format.
Request
curl --request POST \
--url https://tron.api.watchdata.io/wallet/getBrokerage \
--header 'Accept: application/json' \
--header 'Content-Type: application/json' \
--data '
{
"address": "TGj1Ej1qRzL9feLTLhjwgxXF4Ct6GTWg2U",
"visible": true
}
'
Response
{
"brokerage": 20
}
Last updated