eth_getUncleCountByBlockHash

Returns the number of uncles in a block matching the given block hash.

Path parameters

apiKeystringRequired

Request

This endpoint expects an object.
Block hashstringRequiredformat: "^0x[0-9a-f]{64}$"

The hash of the block.

Response

The number of uncle blocks as a hexadecimal string.