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