sui_tryMultiGetPastObjects
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-demoFor 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?