Last updated
Was this helpful?
Was this helpful?
// Request
curl https://scroll.blockpi.network/v1/rpc/your-rpc-key -X POST -H "Content-Type: application/json" --data '{"jsonrpc":"2.0","method":"eth_getBlockByHash","params":["0x3d3443a85596bfa9baa32ec9ee826ccc726a34574cffe43474f1fe6a368b5b3a",false],"id":1}'
// Result
{
"jsonrpc": "2.0",
"id": 1,
"result": {described as above}
}