Comment on page
zkevm_consolidatedBlockNumber
Returns the latest block number that is connected to the latest batch verified.
none
blockNumber
- the latest block number that is connected to the latest batch verified
Request
curl --location 'https://polygon-zkevm-mainnet.blastapi.io/<project-id>' \
--header 'Content-Type: application/json' \
--data '{
"jsonrpc":"2.0",
"method":"zkevm_consolidatedBlockNumber",
"params":[],
"id":33
}'
Result
{
"jsonrpc": "2.0",
"id": 33,
"result": "0xa7509"
}
Last modified 7mo ago