Skip to content
Alchemy Logo

suix_queryTransactionBlocks

POST
/{apiKey}

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?