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