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
apiKey
Request
This endpoint expects an object.
query
Transaction query filter and field options.
cursor
Optional paging cursor, a transaction digest string.
limit
Maximum number of results to return.
descending_order
Whether to return results in descending order.
Response
A page of matched transaction blocks.
data
A list of results.
hasNextPage
nextCursor
Cursor for fetching the next page.