⚡ We welcome businesses to test our enterprise-grade service

Method: POST /wallet/withdrawbalance

dropdown

Method REST /wallet/withdrawbalance example for Tron (TRX)

POST /wallet/withdrawbalance

Method not allowed

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.

Parameters

owner_address - Super representative or user address

visible - boolean

Optional, Whether the address is in base58 format.

Request

curl --location --request POST 'https://trx.getblock.io/wallet/withdrawbalance' \
--header 'x-api-key: YOUR-API-KEY' \
--header 'Content-Type: application/json' \
--data-raw '{}'


Response

{
    "result": "null",
    "id": "getblock.io",
    "status_code": 405,
    "message": "Method not allowed"
}