zkevm_batchNumber
zkEVM methods | Polygon zkEVM
zkevm_batchNumber | zkEVM
Polygon zkEVM API method that returns the current batch number of the chain. Reference for zkevm_batchNumber on zkEVM via Chainstack.
POST
zkevm_batchNumber
Polygon zkEVM API method that returns the current batch number of the chain.
The Polygon zkEVM uses batch verification to improve scalability and reduce gas fees. This means that multiple transactions are grouped together and verified as a single batch using zero-knowledge proofs. The
zkevm_batchNumber method returns the current batch number of the zkEVM, which is used to identify the latest batch of transactions being verified.
Get your own node endpoint todayStart for free and get your app to production levels immediately. No credit card required.You can sign up with your GitHub, X, Google, or Microsoft account.
Parameters
none
Response
result— the latest batch number of the Polygon zkEVM chain, encoded as hexadecimal. The batch number is updated every time a new batch of transactions is added to the chain.
zkevm_batchNumber code examples
Last modified on May 18, 2026