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