Get you own node endpoint todayStart for free and get your app to production levels immediately. No credit card required.You can sign up with your GitHub, X, Google, or Microsoft account.
Parameters
hash
— the hash of the block for which the uncle count is being queried, as a hexadecimal string.
Response
result
— the number of uncles in the specified block, encoded as a hexadecimal string. This count includes all uncles that were referenced by the block when it was mined.
Use case
Theeth_getUncleCountByBlockHash
method is useful for applications that analyze blockchain security and decentralization aspects, such as block explorers or network analysis tools. It can help these applications understand the level of block competition and the rate at which uncles are included in the blockchain.Body
application/json
Response
200 - application/json
The uncle count of the block by hash
The response is of type object
.