get_staking_summary
Retrieve a comprehensive staking portfolio overview for a Solana wallet, including balances, APY, and recommended actions in one call.
Instructions
Complete staking portfolio dashboard in a single call. Returns liquid balance, total staked, per-account states, current APY, epoch timing, and a recommended next action. Replaces calling check_balance + check_stake_accounts + get_staking_apy + get_epoch_timing separately.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| walletAddress | Yes | Solana wallet address to get staking summary for |