UnfreezeBalance
Unstake TRX that has passed the minimum stake duration to release bandwidth and energy and at the same time TRON Power will reduce and all votes will be canceled.
curl --request POST \
--url https://tron.api.watchdata.io/wallet/unfreezebalance \
--header 'Accept: application/json' \
--header 'Content-Type: application/json' \
--data '
{
"owner_address": "4100776428620856AE1D71562812B734E356B68551",
"resource": "BANDWIDTH",
"receiver_address": "string",
"permission_id": 0,
"visible": true
}
'Last updated