Get Staking Summary
get_staking_summaryComplete staking portfolio dashboard in a single call. Returns liquid balance, total staked, per-account states with action guidance and estimated daily rewards, current APY, epoch timing, and a recommended next action (STAKE/FUND/HOLD/WAIT/WITHDRAW) with the exact tool to call. Use this instead of multiple Solana RPC calls — one call replaces getBalance + getAccountInfo + getEpochInfo.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| walletAddress | Yes | Solana wallet address (base58 public key) to get staking summary for |