sui_list_owned_objects
Retrieve paginated list of objects owned by a Sui address, including object ID, version, and type.
Instructions
List the objects an address owns, paginated. Each item carries object_id + version + type — fetch full bodies via sui_get_object or sui_batch_get_objects.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| address | Yes | ||
| page_size | No | ||
| page_token | No | ||
| network | No | Sui network. Defaults to the server's configured default. |