eth_getBlockTransactionCountByHash
Cronos node API
eth_getBlockTransactionCountByHash | Cronos
Cronos API method that returns the number of transactions in a block specified by block hash. This information can be useful for analytics purposes.
POST
eth_getBlockTransactionCountByHash
Cronos API method that returns the number of transactions in a block specified by block hash. This information can be useful for analytics purposes.Documentation Index
Fetch the complete documentation index at: https://docs.chainstack.com/llms.txt
Use this file to discover all available pages before exploring further.
Get your 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 Cronos blockchain. On average, a new block is generated on the Cronos mainnet every 5 seconds, resulting in approximately 720 blocks per hour. Using a Web3 library, one can inspect the past 720 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.Last modified on May 18, 2026