multi_get_objects
Batch-fetch multiple blockchain objects by their IDs in a single call, with optional content and type inclusion.
Instructions
Batch-fetch multiple objects by their IDs in one call.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| objectIds | Yes | Array of object IDs to fetch | |
| showContent | No | Include content (default: true) | |
| showType | No | Include type (default: true) |