Request body sample: {"jsonrpc":"2.0","method":"eth_getBlockTransactionCountByNumber","params":["0xe8"],"id":1}
eth_getUncleCountByBlockHash
curl -L \ --request POST \ --url 'eth_getUncleCountByBlockHash' \ --header 'Content-Type: application/json' \ --data '{ "id": 1, "jsonrpc": "text", "method": "text", "params": [] }'
{ "id": 1, "jsonrpc": "text", "result": "text" }