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