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