# 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"
}
```
