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
num
— the block number to get transaction count for (integer)
Response
Returns transaction count information:count
— the number of transactions in the specified blockblockNumber
— the block number queried
Use case
Thewalletsolidity/gettransactioncountbyblocknum
method is used for:
- Counting confirmed transactions in specific solidified blocks
- Analyzing block activity and transaction volume from finalized data
- Building blockchain statistics and analytics with reliable information
- Implementing applications that require confirmed transaction count data
Body
application/json
Block number to get transaction count for
Required range:
x >= 0
Example:
70000000