get_can_withdraw_unfreeze_amount
Find out how much TRX is withdrawable from unstaked funds for any address at a specific time, enabling precise stake withdrawal planning.
Instructions
Get the withdrawable unstaked TRX amount for an address at a given timestamp in Stake 2.0.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| address | Yes | Wallet address (Base58 or hex) | |
| network | No | Network name. Defaults to mainnet. | |
| timestampMs | No | Optional query timestamp in milliseconds. Defaults to current time. |