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