sui_batch_get_objects
Fetch up to 50 Sui objects in a single round-trip, with individual per-object success or failure results. Use this instead of repeated sui_get_object calls for a known list of IDs.
Instructions
Fetch up to 50 objects in one round-trip. Returns per-object results (each may succeed or fail individually). Prefer this over a loop of sui_get_object when you have a known list of ids.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| object_ids | Yes | Up to 50 object ids. | |
| source | No | ||
| network | No | Sui network. Defaults to the server's configured default (usually mainnet). |