zkevm_isBlockVirtualized
POST
/{apiKey}
Returns true if the provided block number is connected to a batch that has already been virtualized; 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 virtualized batch; false otherwise.
Was this page helpful?