wallet/cancelallunfreezev2
Resource management
wallet/cancelallunfreezev2 | TRON
TRON API method that cancels all unfreezing operations for an account under the Stake 2.0 mechanism. Use it on TRON via Chainstack.
POST
wallet/cancelallunfreezev2
TRON API method that cancels all unfreezing operations for an account under the Stake 2.0 mechanism. This allows users to cancel pending unfreeze requests and return resources to the frozen state.
Get your own node endpoint todayStart for free and get your app to production levels immediately. No credit card required.You can sign up with your GitHub, X, Google, or Microsoft account.
Parameters
owner_address— the account address that wants to cancel all unfreezing operationsvisible— optional boolean parameter. When set totrue, addresses are in base58 format. Default isfalse.
Response
visible— indicates the address format used in the responsetxID— the transaction hashraw_data— raw transaction data including:contract— array containing the cancel unfreeze contractref_block_bytes— reference block bytesref_block_hash— reference block hashexpiration— transaction expiration timestamptimestamp— transaction creation timestamp
raw_data_hex— hexadecimal representation of the raw transaction
Use case
Thewallet/cancelallunfreezev2 method is used for:
- Canceling all pending unfreeze requests to maintain staked resources
- Responding to market conditions by keeping resources frozen
- Managing resource allocation in DeFi protocols
- Implementing dynamic staking strategies
- Preventing accidental resource unfreezing
Last modified on May 18, 2026