get_staking_summary
Retrieve a wallet's staking positions on Sui, showing each StakedSui object's pool, principal amount, and activation epoch.
Instructions
Get a wallet's staking positions on Sui. Shows all StakedSui objects with pool, principal amount, and activation epoch.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| address | Yes | Wallet address (0x...) | |
| network | No | Which Sui network to run this call against: 'mainnet' (default), 'testnet', or 'devnet'. Set this per-call — different tool calls in the same session can target different networks (e.g. to compare a value on testnet against mainnet). |