New Here? Claim Your 30% Discount on Your First Blockchain Node Access!

banner image

Last updated on January 1, 1970

1 min read

Method eth_getUncleCountByBlockHash undefined ()
connect with WS protocol

eth_getUncleCountByBlockHash

info-circle-fill

Returns the number of uncles in a block from a block matching the givenblock hash.

Parameters

DATA - string

hash of the block.

Request

wscat -c wss://fuse.getblock.io/YOUR-API-KEY/mainnet/ 
# wait for connection and send the request body 
{"jsonrpc": "2.0",
"method": "eth_getUncleCountByBlockHash",
"params": ["0x360c79467da57c8db35624484cabbca4d9fc7a7813f194f5391639d2e2c39023"],
"id": "getblock.io"}

Response

{
    "id": "getblock.io",
    "jsonrpc": "2.0",
    "result": "0x0"
}
banner icon

Start Building with GetBlock RPCs for Free