Data Insights
Skill ID: tronscan-data-insights
ClawHub: clawhub.ai/sshnii/tronscan-data-insights
Network-level analytics and historical trends: daily new accounts, transaction volume, transaction type distribution, smart contract call volume, hot tokens and contracts, and multi-dimension Top 10 leaderboards.
Use Cases
Daily New Accounts and Transaction Volume
getDailyAccounts— Daily new account count time series (defaults to last 15 days, up to 2000 days)getTransactionStatistics— Total transaction volume broken down by token typegetTriggerStatistic— Daily smart contract call count for a given time rangegetTransferStatistics— Transfer distribution by token type (TRX, TRC10, TRC20)
getDailyAccounts returns the number of newly created accounts per day, which serves as a proxy metric for network growth. Precise daily active user (DAU) figures require combining this with transaction statistics.
Example prompts:
"How many new accounts were created on TRON each day last week?"
"What was the total transaction count on TRON yesterday?"
"How many smart contract calls does TRON handle per day?"Multi-Dimension Top 10 Leaderboards
getTop10— Configurable dimension and time range:
| Dimension | Description |
|---|---|
| Transfer count | Addresses with the most transfers |
| Transfer value | Addresses with the highest transfer value |
| Staked TRX | Addresses with the most staked TRX |
| Contract calls | Contracts with the most calls |
Example prompts:
"Which accounts transferred the most USDT yesterday?"
"Who are the top 10 accounts by staked TRX?"
"What are the top 10 most-called contracts this week?"
"Which addresses had the most transactions in the past 24 hours?"Hot Tokens and Contracts
getHotSearch— Real-time trending tokens and contracts with price, volume, and activity datagetContractCallerStatisticOverview— Overview of contracts with the most callers (defaults to last 7 days)
Example prompts:
"What tokens are trending on TRON right now?"
"Which contracts are getting the most traffic?"
"What are the most active DeFi contracts this week?"Full Network Overview Dashboard
Combine multiple tools for a comprehensive snapshot:
getDailyAccounts → Growth trend
getTransactionStatistics → Volume and transaction types
getHotSearch → Trending tokens/contracts
getTop10 → Active users and top contracts
getCurrentTps → Real-time throughputExample prompts:
"Give me a complete overview of the TRON network today."
"How does TRON's network activity compare to last week?"Installation
Confirm TronScan MCP is connected
See the Quick Start guide.
Install from ClawHub
Copy the current page link and send it to your AI Agent:
Please install this skill: https://clawhub.ai/sshnii/tronscan-data-insightsLast updated on: