Caducues EVM JSON-RPC
eth
getUncleCountByBlockNumber
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 matching the specified block number.
QUANTITY|TAG
- Integer representing either the index of the block within the blockchain, or one
of the string tags latest
, earliest
, or pending
, as described in
Block Parameter.
result
: QUANTITY - Integer representing the number of uncles in the specified block.