eth_getBlockTransactionCountByHash
Returns the number of transactions in the block with the given block hash. This method uses 150 credits from your daily balance.
Parameters
block hash:[Required] A string representing the hash (32 bytes) of a block.
Returns
block transaction count: A hexadecimal equivalent of the integer representing the number of transactions in the block.