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