post https://{network}.g.alchemy.com/v2/
Returns true if the provided block number is already connected to a batch that was already verified, otherwise false.
Response
Returns true if the provided block number is already connected to a batch that was already verified, otherwise false.
xxxxxxxxxx
14curl --request POST \
--url https://polygonzkevm-cardona.g.alchemy.com/v2/docs-demo \
--header 'accept: application/json' \
--header 'content-type: application/json' \
--data '
{
"id": 1,
"jsonrpc": "2.0",
"method": "zkevm_isBlockConsolidated",
"params": [
"0x0"
]
}
'
Try It!
to start a request and see the response here! Or choose an example: