get_tron_staking
Retrieve TRON staking details including claimable rewards, frozen TRX amounts, and pending unfreeze timestamps for any TRON address. Provides formatted values in TRX and USD for portfolio tracking.
Instructions
Read TRON staking state for a base58 address: claimable voting rewards (WithdrawBalance-ready), frozen TRX under Stake 2.0 (bandwidth + energy), and pending unfreezes with their unlock timestamps. Returns raw SUN + formatted TRX + USD values, plus a totalStakedUsd rollup. Read-only; pair with prepare_tron_claim_rewards to actually withdraw the accumulated reward.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| address | Yes | Base58 TRON mainnet address (prefix T) — the wallet to read staking state for. |