WithdrawBalanceContract
, the fields in raw_data.contract[0].parameter.value
in the transaction are as follows:Field | Type | Description |
---|---|---|
owner_address | string | Account address |
{
"owner_address": "PHqgRM8giN6Nr9DgA1FybUjKFwd79cxhyp",
"visible": true
}
curl --location --request POST '/wallet/withdrawbalance' \
--header 'Content-Type: application/json' \
--data-raw '{
"owner_address": "PHqgRM8giN6Nr9DgA1FybUjKFwd79cxhyp",
"visible": true
}'
{
"Error": "class org.tron.core.exception.ContractValidateException : witnessAccount does not have any reward"
}