zkevm_getBatchByNumber
Gets a batch for a given number
Last updated
Was this helpful?
Gets a batch for a given number
Last updated
Was this helpful?
Was this helpful?
// Request
curl https://polygon-zkevm.blockpi.network/v1/rpc/your-rpc-key -X POST -H "Content-Type: application/json" --data
'{
"jsonrpc": "2.0",
"method": "zkevm_getBatchByNumber",
"params": [],
"id": 1
}'
// Result
{
"id": 1,
"jsonrpc": "2.0",
"result": {as described above}
}