sui_tryMultiGetPastObjects

Returns the object data for each requested version. No guarantee is provided that historical versions will be available due to node-specific pruning behavior.

⚠ This endpoint is only available with Blast access.

Path parameters

apiKeystringRequired

Request

This endpoint expects an object.
past_objectslist of objectsRequired
A list of objects and versions to retrieve.
optionsobjectOptional
Options to specify which object fields to include in the response.

Response

A list of past object results corresponding to the input requests.
statusstring or null
Retrieval status, e.g. "VersionFound" or "ObjectNotExists".
detailsstring or object or null