Get you own node endpoint todayStart for free and get your app to production levels immediately. No credit card required.You can sign up with your GitHub, X, Google, or Microsoft account.
Parameters
hash
— the block hash of the requested block.
Response
quantity
— an integer value representing how many transactions are included in the block.
eth_getBlockTransactionCountByHash
code examples
Use case
eth_getBlockTransactionCountByHash
is a useful tool for analyzing transaction volume on the BNB blockchain. On average, a new block is generated on the BNB mainnet every 3 seconds, resulting in approximately 1,200 blocks per hour. Using a Web3 library, one can inspect the past 1,200 blocks starting from the latest block, retrieve the hash of each block, and use eth_getBlockTransactionCountByHash
to find the number of transactions in each block.Body
application/json