⚡ We welcome businesses to test our enterprise-grade service

Method: POST /wallet/withdrawbalance

dropdown

方法 REST /wallet/withdrawbalance 例如 Tron (TRX)

POST /wallet/withdrawbalance

Method not allowed

超级代表或用户提取奖励,每24小时可用。 超级代表可以将余额从帐户津贴中撤回帐户余额,用户可以从SRS声明投票奖励并将其存入其帐户余额中。

Parameters

owner_address -

超级代表或用户地址

visible -

布尔

可选,地址是否为基本58格式。

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