Skip to content
Alchemy Logo

suix_queryTransactionBlocks

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 a paginated list of transaction blocks that match the given query criteria. You can filter by input object, sender, transaction kind, and more. Supports pagination and ordering.

Path Parameters

stringrequireddefaults to docs-demo

For higher throughput, create your own API key

Request

objectrequired

Transaction query filter and field options.

stringoptional

Optional paging cursor, a transaction digest string.

integeroptional

Maximum number of results to return.

booleanoptional

Whether to return results in descending order.

Responses

200

A page of matched transaction blocks.

Was this page helpful?