Eth getUncleCountByBlockHash
Returns the number of transactions in a block matching the given block number.
Request body sample: {"jsonrpc":"2.0","method":"eth_getBlockTransactionCountByNumber","params":["0xe8"],"id":1}
POSTeth_getUncleCountByBlockHash
Body
idinteger
jsonrpcstring
methodstring
paramsnullable array of any
Response
OK
Body
idinteger
jsonrpcstring
resultstring
Request
Response