eth_getUncleCountByBlockNumber (BSC)
Returns the number of uncles in a block matching the give block number.
Parameters
QUANTITY|TAG
- integer of a block number, or the string "latest", "earliest" or "pending", see the default block parameter.
Returns
QUANTITY
- integer of the number of uncles in this block.
Request example
Result
Last updated