zkevm_consolidatedBlockNumber
zkEVM methods | Polygon zkEVM
zkevm_consolidatedBlockNumber | zkEVM
Polygon zkEVM API method that returns the latest consolidated block number. zkevm_consolidatedBlockNumber on zkEVM via Chainstack.
POST
zkevm_consolidatedBlockNumber
Polygon zkEVM API method that returns the latest consolidated block number.
The Polygon zkEVM chain 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. Once a batch is verified, it is connected to the blockchain, and the block number of the most recent block in that batch becomes the “consolidated block number.”
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 hexadecimal value of the node’s latest consolidated block number. The block number is used to identify the block’s position in the blockchain and is updated every time a new batch of transactions is added to the chain.
zkevm_consolidatedBlockNumber code examples
Last modified on May 18, 2026