Skip to main content

eth_getUncleCountByBlockHash RPC Method

Loading...

Updated on
Apr 01, 2026

eth_getUncleCountByBlockHash RPC Method

Parameters

hash
string
REQUIRED
Loading...

Returns

uncles
string
Loading...
Request
1
curl -X POST "https://docs-demo.peaq-mainnet.quiknode.pro/" \
2
-H "Content-Type: application/json" \
3
-d '{
4
"jsonrpc": "2.0",
5
"method": "eth_getUncleCountByBlockHash",
6
"params": [
7
"0x81e807e7a6031d9f103eeee2a2edc5994c3432ee1e3227c66ff78eef30ea1dec"
8
],
9
"id": 1
10
}'
1
curl -X POST "https://docs-demo.peaq-mainnet.quiknode.pro/" \
2
-H "Content-Type: application/json" \
3
-d '{
4
"jsonrpc": "2.0",
5
"method": "eth_getUncleCountByBlockHash",
6
"params": [
7
"0x81e807e7a6031d9f103eeee2a2edc5994c3432ee1e3227c66ff78eef30ea1dec"
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