list_nft_collections
Summarize NFT collections held by any Sui wallet. Scans kiosks and direct-owned objects to return deduplicated collection types with counts.
Instructions
Get a lightweight summary of NFT collections owned by a wallet. Walks all kiosks plus direct-owned objects and returns deduplicated collection types with counts. Backed by GraphQL.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| address | Yes | Owner 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). |