suix_queryTransactionBlocks

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

Request

This endpoint expects an object.
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.

Response

A page of matched transaction blocks.
datalist of objects
A list of results.
hasNextPageboolean
nextCursorstring or null
Cursor for fetching the next page.