Skip to content
Alchemy Logo

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-demo

For higher throughput, create your own API key

Request

stringformat: "^0x([1-9a-f]+[0-9a-f]*|0)$"required

The block number to check.

Responses

200

true if the block is connected to a virtualized batch; false otherwise.

Was this page helpful?