{ "id": 1, "jsonrpc": "2.0", "method": "eth_getUncleCountByBlockNumber", "params": [ "latest" ] }
{ "id": 1, "jsonrpc": "2.0", "result": "0x1" }
Get the number of uncles in a block by block number
Was this page helpful?