get_object
Retrieve Sui object details by its ID, with options to include content, type, and owner information.
Instructions
Get details of a Sui object by its ID.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| objectId | Yes | Object ID | |
| showContent | No | Include object content (default: true) | |
| showType | No | Include object type (default: true) | |
| showOwner | No | Include owner info (default: true) |