Skip to main content

eth_getUncleCountByBlockHash RPC Method

Loading...

Updated on
Apr 30, 2025

eth_getUncleCountByBlockHash RPC Method

Parameters

hash
string
REQUIRED
Loading...

Returns

uncles
Loading...
Request
1
curl https://docs-demo.quiknode.pro/ \
2
-X POST \
3
-H "Content-Type: application/json" \
4
--data '{"method":"eth_getUncleCountByBlockHash","params":["0x829df9bb801fc0494abf2f443423a49ffa32964554db71b098d332d87b70a48b"],"id":1,"jsonrpc":"2.0"}'
5
Response
1
{
2
"jsonrpc": "2.0",
3
"id": 1,
4
"result": "0x0"
5
}
Don't have an account yet?
Create your Quicknode endpoint in seconds and start building
Get started for free