Eth_getUncleCountByBlockNumber
Authorizations
api-keystringRequired
Body
jsonrpcstringRequiredExample:
2.0methodstringRequiredExample:
eth_getUncleCountByBlockNumberparamsstring[] · min: 1 · max: 1RequiredExample:
An array containing the block number as a hex string
["0x10d4f"]idintegerRequiredExample:
1Responses
200
Number of uncle blocks in the block
application/json
jsonrpcstringOptionalExample:
2.0idintegerOptionalExample:
1resultstringOptional
The number of uncle blocks as a hex string (e.g., "0x0" for zero uncles)
post
/200
Number of uncle blocks in the block
Last updated