Skip to content
Alchemy Logo

sui_tryGetPastObject

POST
/{apiKey}
CUs20
Deprecation notice

Action required: Support for Sui JSON-RPC will end on September 25, 2026. Please migrate to Sui gRPC before then to avoid disruption. You can find our migration guide here.

Returns object details for a specified version. Note that nodes may prune older versions depending on their configuration, and retrieval is not guaranteed.

Path Parameters

stringrequireddefaults to docs-demo

For higher throughput, create your own API key

Request

stringrequired

The ID of the queried object.

integerrequired

The specific version to query. No default is applied.

objectoptional

Options to specify which fields are returned in the object.

Responses

200

The response describing the object version if found.

Was this page helpful?