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