eth_getUncleByBlockHashAndIndex
Reference: Here
Parameters
params: [
"0x4b2c5fd99a31e4c468580611b97ea0fa65e5c3fedc1c21728726b66d5e32d0e2",
"0x0", // 0
]Returns:
Last updated
Was this helpful?
Was this helpful?
curl https://mainnet.berachain.validationcloud.io/v1/<YOUR_API_KEY_HERE> \
-X POST \
-H "Content-Type: application/json" \
-d '{"jsonrpc":"2.0","method":"eth_getUncleByBlockHashAndIndex","params":["0x4b2c5fd99a31e4c468580611b97ea0fa65e5c3fedc1c21728726b66d5e32d0e2", "0x0"],"id":1}'
curl https://bepolia.berachain.validationcloud.io/v1/<YOUR_API_KEY_HERE> \
-X POST \
-H "Content-Type: application/json" \
-d '{"jsonrpc":"2.0","method":"eth_getUncleByBlockHashAndIndex","params":["0x4b2c5fd99a31e4c468580611b97ea0fa65e5c3fedc1c21728726b66d5e32d0e2", "0x0"],"id":1}'