identify_address
Determine whether a Sui address is a wallet, package, validator, or object, and receive a contextual summary to guide further analysis.
Instructions
(Recommended first step) Identify what a Sui address is: wallet, package, validator, or object. Returns a type classification with contextual summary (e.g. balance + SuiNS for wallets, module list for packages, stake info for validators). Use this before deciding which other tools to call.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| address | Yes | Sui address or object ID (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). |