Caducues EVM JSON-RPC
eth
getUncleCountByBlockHash
1min
POST
Authentication
Authorization
Body Parameters
body
Responses
200
Updated 25 Mar 2024
Did this page help you?
Returns the number of uncles in a block from a block matching the given block hash.
DATA
- 32-byte block hash.
result
: QUANTITY - Integer representing the number of uncles in the specified block.