get_sui_owned_objects
Retrieve objects owned by a Sui address to inspect assets and manage blockchain data across networks using Grove's MCP Server.
Instructions
Get objects owned by an address
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| address | Yes | Sui address | |
| query | No | Optional: Query filter and options | |
| cursor | No | Optional: Pagination cursor | |
| limit | No | Optional: Number of results to return | |
| network | No | Network type (defaults to mainnet) |