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.

Body params:

  • owner_address - Owner address, default hexString

  • resource - Stake TRX for 'BANDWIDTH' or 'ENERGY'

  • receiver_address - Optional,the address that will lose the resource, default hexString

  • permission_id - Optional, for multi-signature use

  • visible - Optional, Whether the address is in base58 format.

Request

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

Response

{
  "Error": "class java.lang.IllegalArgumentException : Illegal character 0 at 2"
}

Last updated