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-demoFor higher throughput, create your own API key
Request
queryobjectrequiredTransaction query filter and field options.
cursorstringoptionalOptional paging cursor, a transaction digest string.
limitintegeroptionalMaximum number of results to return.
descending_orderbooleanoptionalWhether to return results in descending order.
Responses
200
A page of matched transaction blocks.
Was this page helpful?