dual_list_batches
Retrieve ZK-rollup sequencer batches that group multiple blockchain transactions for efficient on-chain anchoring. Supports pagination with limit and cursor parameters.
Instructions
List sequencer batches. Batches group multiple transactions for efficient on-chain anchoring via ZK-rollup.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Maximum results to return (1-100, default 20) | |
| next | No | Cursor for next page (from previous response) |