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