sui_tryGetPastObject
Returns object details for a specified version. Note that nodes may prune older versions depending on their configuration, and retrieval is not guaranteed.
⚠ This endpoint is only available with Blast access.
Path parameters
apiKey
Request
This endpoint expects an object.
object_id
The ID of the queried object.
version
The specific version to query. No default is applied.
options
Options to specify which fields are returned in the object.
Response
The response describing the object version if found.
status
Status of the lookup, e.g. "VersionFound", "ObjectNotExists".
details
Either object details or the object ID if not found.