curl --request POST \
--url https://tron-mainnet.core.chainstack.com/95e61622bf6a8af293978377718e3b77/wallet/withdrawexpireunfreeze \
--header 'Content-Type: application/json' \
--data '{
"owner_address": "41608f8da72479edc7dd921e4c30bb7e7cddbe722e",
"visible": false
}'
{
"visible": true,
"txID": "<string>",
"raw_data": {
"contract": [
"<any>"
],
"ref_block_bytes": "<string>",
"ref_block_hash": "<string>",
"expiration": 123,
"timestamp": 123
},
"raw_data_hex": "<string>"
}
curl --request POST \
--url https://tron-mainnet.core.chainstack.com/95e61622bf6a8af293978377718e3b77/wallet/withdrawexpireunfreeze \
--header 'Content-Type: application/json' \
--data '{
"owner_address": "41608f8da72479edc7dd921e4c30bb7e7cddbe722e",
"visible": false
}'
{
"visible": true,
"txID": "<string>",
"raw_data": {
"contract": [
"<any>"
],
"ref_block_bytes": "<string>",
"ref_block_hash": "<string>",
"expiration": 123,
"timestamp": 123
},
"raw_data_hex": "<string>"
}
unfreezebalancev2
and has passed the mandatory 14-day waiting period, making the tokens available for transfer.
owner_address
— the address that owns the expired unstaked TRX (hex format)visible
— optional boolean to specify address format (default: false for hex format)visible
— boolean indicating address format usedtxID
— transaction ID hashraw_data
— raw transaction data objectraw_data_hex
— hexadecimal representation of raw transaction datawallet/withdrawexpireunfreeze
method is used for:
unfreezebalancev2
.Withdraw expired unfreeze transaction
The response is of type object
.