Skip to main content

eth_getUncleCountByBlockHash RPC Method

Loading...

Updated on
Mar 27, 2026

eth_getUncleCountByBlockHash RPC Method

Parameters

hash
string
REQUIRED
Loading...

Returns

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