> For the complete documentation index, see [llms.txt](https://docs.watchdata.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.watchdata.io/blockchain-apis/tron-api/voting-and-srs/getbrokerage.md).

# GetBrokerage

**Body params**:&#x20;

* `address` - Super representative's account address
* `visible` - Optional, Whether the address is in base58 format.

**Request**&#x20;

```
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**&#x20;

```
{
  "brokerage": 20
}
```
