> 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/withdrawbalance.md).

# WithdrawBalance

Users can claim the voting reward from the SRs and deposit into his account balance.

**Body params**:&#x20;

* `owner_address` - Super representative or user address
* `visible` - Optional, Whether the address is in base58 format.

**Request**

```
curl --request POST \
     --url https://tron.api.watchdata.io/wallet/withdrawbalance \
     --header 'Accept: application/json' \
     --header 'Content-Type: application/json' \
     --data '
{
     "owner_address": "TGj1Ej1qRzL9feLTLhjwgxXF4Ct6GTWg2U",
     "visible": true
}
'
```

**Response**

```
{
  "Error": "class org.tron.core.exception.ContractValidateException : Account[414a193c92cd631c1911b99ca964da8fd342f4cddd] not exists"
}
```
