Skip to content
Alchemy Logo

sui_multiGetTransactionBlocks

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 an ordered list of transaction block responses for the provided digests. The method throws an error if the input contains duplicates or exceeds the maximum allowed size.

Path Parameters

stringrequireddefaults to docs-demo

For higher throughput, create your own API key

Request

string[]required

List of transaction digests to query.

objectrequired

Options to control which fields are returned in the response.

Responses

200

List of transaction block responses.

Was this page helpful?