# WithdrawBalance

Super Representative or user withdraw rewards, usable every 24 hours. Super representatives can withdraw the balance from the account allowance into the account balance, Users can claim the voting reward from the SRs and deposit into his account balance.

**BODY PARAMS**\
`{`

**`owner_address`**` ``string`

**`visible`**` ``boolean (Optional)`

`}`

**Note:**  &#x20;

* **owner\_address** is super representative or user address`.`
* **visible:** whether the address is in base58check format.

**Example:**

curl --request POST\
\--url <http://172.104.51.182:16667/wallet/withdrawbalance>\
\--header 'Accept: application/json'\
\--header 'Content-Type: application/json'\
\--data ' { "owner\_address": "AFzFXoQCgUeoApjejKM9B46NgFGHXvUyKz", "visible": true }

**Input:**&#x20;

{ "address": "AFzFXoQCgUeoApjejKM9B46NgFGHXvUyKz", "visible": true }

**Response**:

{

&#x20;"visible": true, "txID": "03a7ca7a342f68c6e9d8f9e28945153b54aca78db64e1546c3e77fdfc8395e3d", "raw\_data": { "contract": \[ { "parameter": { "value": { "owner\_address": "AFzFXoQCgUeoApjejKM9B46NgFGHXvUyKz" }, "type\_url": "type.googleapis.com/protocol.WithdrawBalanceContract" }, "type": "WithdrawBalanceContract" } ], "ref\_block\_bytes": "37e6", "ref\_block\_hash": "b84ce7fcd70872a9", "expiration": 1640134074000, "timestamp": 1640134014126 }, "raw\_data\_hex": "0a0237e62208b84ce7fcd70872a94090bdeffcdd2f5a53080d124f0a34747970652e676f6f676c65617069732e636f6d2f70726f746f636f6c2e576974686472617742616c616e6365436f6e747261637412170a15414203485a535a4072c9fbfaaddfe2a010ad0bcdb070aee9ebfcdd2f"&#x20;

}

\==> Continue you call **gettransactionsign** API then call **broadcasttransaction** API

We will the final result: The transaction created success on AIXChain network.

`{`

`"result":true,`

`"txid":"03a7ca7a342f68c6e9d8f9e28945153b54aca78db64e1546c3e77fdfc8395e3d"`

`}`
