dual_list_checkpoints
List ZK-rollup checkpoints to verify state roots and proofs anchoring transaction batches to the main blockchain. Filter by state roots or paginate results.
Instructions
List ZK-rollup checkpoints. Each checkpoint contains a state root and proof that anchors batches to L1.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| prev_state_root | No | Filter by previous state root | |
| next_state_root | No | Filter by next state root | |
| limit | No | Maximum results to return (1-100, default 20) | |
| next | No | Cursor for next page (from previous response) |