eth_getBlockByHash
Reference: Here
Parameters
params: [
"0xdc0818cf78f21a8e70579cb46a43643f78291264dda342ae31049421c82d21ae",
false,
]Returns
Last updated
Was this helpful?
Was this helpful?
// Result
{
"id":83,
"jsonrpc": "2.0",
"result": "0x2abfcdcfa71e54e"
}curl https://mainnet.base.validationcloud.io/v1/<YOUR_API_KEY_HERE> \
-X POST \
-H "Content-Type: application/json" \
-d '{"jsonrpc":"2.0","method":"eth_getBlockByHash","params":["0xdc0818cf78f21a8e70579cb46a43643f78291264dda342ae31049421c82d21ae", false],"id":1}'
curl https://sepolia.base.validationcloud.io/v1/<YOUR_API_KEY_HERE> \
-X POST \
-H "Content-Type: application/json" \
-d '{"jsonrpc":"2.0","method":"eth_getBlockByHash","params":["0x09ec5d0b8606c7c485f1bc73dce79b698d8302e43108ae18e857e9d91ea0ebf3", false],"id":1}'