Skip to content
Alchemy Logo

sui_tryMultiGetPastObjects

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 the object data for each requested version. No guarantee is provided that historical versions will be available due to node-specific pruning behavior.

Path Parameters

stringrequireddefaults to docs-demo

For higher throughput, create your own API key

Request

object[]required

A list of objects and versions to retrieve.

objectoptional

Options to specify which object fields to include in the response.

Responses

200

A list of past object results corresponding to the input requests.

Was this page helpful?