get_object
Fetch a Sui object's details by ID, including type, owner, version, content, and digest, plus NFT display metadata.
Instructions
Get a Sui object by its ID. Returns type, owner, version, content (JSON), and digest. Automatically extracts display metadata (name, description, image_url) for NFTs.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| 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). | |
| version | No | Specific version to fetch | |
| object_id | Yes | The object ID (0x...) |