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

apiKeystringrequireddefaults to docs-demo

For higher throughput, create your own API key

Request

queryobjectrequired

Transaction query filter and field options.

cursorstringoptional

Optional paging cursor, a transaction digest string.

limitintegeroptional

Maximum number of results to return.

descending_orderbooleanoptional

Whether to return results in descending order.

Responses

200

A page of matched transaction blocks.

Was this page helpful?