sui_multiGetObjects

Retrieves on-chain metadata and content for multiple object IDs. The request may include display, owner, and type information as specified via options.

⚠ This endpoint is only available with Blast access.

Path parameters

apiKeystringRequired

Request

This endpoint expects an object.
object_idslist of stringsRequired
The IDs of the queried objects.
optionsobjectOptional
Options for specifying the content to be returned.

Response

A list of object data returned from the chain.
dataobject or null