eth_getUncleCountByBlockNumber - Ethereum
Gives you the quantity of uncles that fit the block number you enter
How to Use the eth_getUncleCountByBlockNumber Method
Parameters
What you receive
Sample
Call
curl https://eth-mainnet.rpcfast.com/?api_key=<key> \
-X POST \
-H "Content-Type: application/json" \
-d '{"jsonrpc":"2.0","method":"eth_getUncleCountByBlockNumber","params":["0xe8"],"id":1}'
Outcome
Last updated