zkevm_isBlockConsolidated

Returns true if the provided block number is connected to a batch that has already been verified; 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 verified batch; false otherwise.