API Referencemethodseth_getBlockTransactionCountByHasheth_getBlockTransactionCountByHashReturns the number of transactions in a block from a block matching the given block hash.Parameters (by position)Block hash stringResultTransaction count null or stringShow Option 1 Not Found (null) nullNot Found (null) fieldsTransaction count nullNot Found (null)Show Option 2 Transaction count stringTransaction count fieldsTransaction count stringTransaction countMatch pattern: ^0x(0|[1-9a-f][0-9a-f]*)$Exampleseth_getBlockTransactionCountByHash exampleRequest{ "params": [ "0xb903239f8543d04b5dc1ba6579132b143087c68db1b2168786408fcbce568238" ]}Response"0x8"RequestCopy ▾Server URL:Send{ "jsonrpc": "2.0", "method": "eth_getBlockTransactionCountByHash", "params": [ "0xb903239f8543d04b5dc1ba6579132b143087c68db1b2168786408fcbce568238" ], "id": 1 }