unwrap_trx
Unwrap WTRX to native TRX at a 1:1 rate by burning your WTRX tokens. No approval needed; specify the amount.
Instructions
Unwrap WTRX (Wrapped TRX) back into native TRX at a 1:1 rate via the WTRX contract's withdraw(uint256). No approval is needed — you burn your own WTRX. Reverses wrap_trx (1:1). Pre-checks: sufficient WTRX balance and native TRX for gas.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| amount | Yes | Amount of WTRX to unwrap into TRX (human-readable decimal string, e.g. '1' or '10.5') | |
| network | No | Network. Default: mainnet |