curl --request POST \
--url https://tron-mainnet.core.chainstack.com/95e61622bf6a8af293978377718e3b77/wallet/getavailableunfreezecount \
--header 'Content-Type: application/json' \
--data '{
"owner_address": "TZ4UXDV5ZhNW7fb2AMSbgfAEZ7hWsnYS2g",
"visible": true
}'
{
"count": 123
}
curl --request POST \
--url https://tron-mainnet.core.chainstack.com/95e61622bf6a8af293978377718e3b77/wallet/getavailableunfreezecount \
--header 'Content-Type: application/json' \
--data '{
"owner_address": "TZ4UXDV5ZhNW7fb2AMSbgfAEZ7hWsnYS2g",
"visible": true
}'
{
"count": 123
}
owner_address
— the account address to query for available unfreeze countvisible
— optional boolean parameter. When set to true
, addresses are in base58 format. Default is false
.count
— the number of available unfreeze operations remaining for this accountwallet/getavailableunfreezecount
method is used for:
Available unfreeze count
The response is of type object
.