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