eth_getUncleCountByBlockNumber
Returns the number of uncles in a given block number.
Parameters
Quantity
or tag
- choose 1 of the following options:
A hexadecimal block number.
"earliest"
- the earliest/genesis block."latest"
- the latest mined block."safe"
- the latest safe head block."finalized"
- the latest finalized block."pending"
- the pending state/transactions.
Sample Request
Sample Response
Last updated