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