sui_address_overview
Queries a Sui address and returns balance, owned objects (up to 12), and recent transactions (up to 10) in a single call. Replaces multiple gRPC requests for a quick address overview.
Instructions
One-shot relational read for an address — balance + owned objects (first 12) + recent transactions (first 10). Replaces 4–5 separate gRPC calls. Use as the default 'tell me about this address' tool.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| address | Yes | ||
| network | No | Sui network. Defaults to the server's configured default. |