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