zkevm_isBlockConsolidated
POST
/{apiKey}
Returns true if the provided block number is connected to a batch that has already been verified; otherwise, returns false.
Path Parameters
stringrequireddefaults to
docs-demoFor higher throughput, create your own API key
Request
string
format: "^0x([1-9a-f]+[0-9a-f]*|0)$"requiredThe block number to check.
Responses
200
true if the block is connected to a verified batch; false otherwise.
Was this page helpful?