Version: 2.0.0
Polygon zkEVM Node API
Polygon zkEVM-specific json-rpc API methods for interacting with a zkEVM node. These methods provide access to zkEVM batch and virtualization information, allowing developers to track the status of transactions in the zkEVM consensus process.
Available Methods
Batch Information
- zkevm_batchNumber – Returns the current batch number
- zkevm_batchNumberByBlockNumber – Returns the batch number associated with the given block number
- zkevm_getBatchByNumber – Returns information about a specific batch of transactions
Verification Status
- zkevm_consolidatedBlockNumber – Returns the latest consolidated block number
- zkevm_isBlockConsolidated – Returns whether a block is consolidated or not
- zkevm_virtualBatchNumber – Returns the latest virtual batch number
- zkevm_verifiedBatchNumber – Returns the latest verified batch number