GetBrokerage
Parameters
Returns
// Result
{
"brokerage": 100
}curl https://mainnet.tron.validationcloud.io/v1/<YOUR_API_KEY_HERE>/walletsolidity/getBrokerage \
-X POST \
-H "Content-Type: application/json" \
-d '
{
"address": "TCuM8e98jmPwT1RU2jW7dekUC5HpXbGzFG",
"visible": true
}
'Last updated
Was this helpful?