get_wallet_overview
Retrieve a full snapshot of any Sui wallet: token balances, SuiNS name, staked SUI, kiosk/NFT count, and recent transactions. Optionally include USD prices and total portfolio value.
Instructions
(Recommended first tool for wallets) Get a comprehensive overview of a Sui wallet: all token balances, SuiNS name, staked SUI count, kiosk/NFT count, and recent transactions. Set include_prices=true for USD values and total portfolio value. Start here before drilling into specific tools.
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). | |
| include_prices | No | Include USD prices and portfolio value (default: false) |