walletsolidity/gettransactioncountbyblocknum
Walletsolidity methods
walletsolidity/gettransactioncountbyblocknum | TRON
TRON API method that retrieves the transaction count within a solidified block by block number. Available on TRON via Chainstack JSON-RPC nodes.
POST
walletsolidity/gettransactioncountbyblocknum
TRON API method that retrieves the transaction count within a solidified block by block number. This method queries confirmed and finalized blockchain state, providing reliable transaction count information that cannot be rolled back.
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
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 >= 0Example:
70000000
Last modified on May 18, 2026