zkevm_isBlockVirtualized

Returns true if the provided block number is connected to a batch that has already been virtualized; otherwise, returns false.

Path parameters

apiKeystringRequired

Request

This endpoint expects an object.
blockNumberstringRequiredformat: "^0x([1-9a-f]+[0-9a-f]*|0)$"

The block number to check.

Response

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