Install
openclaw skills install tronscan-data-insightsTRON network insights: new accounts, daily tx count, tx type distribution, hot tokens, hot contracts, top accounts by tx count or staked TRX. Use when user a...
openclaw skills install tronscan-data-insights| Tool | Function | Use Case |
|---|---|---|
| getDailyNewAccounts | Daily new accounts | Daily new addresses (newAddressSeen), up to 2000 days |
| getTransactionStatistics | Tx statistics | Total tx, token tx volume, aggregates |
| getTransferStatistics | Transfer stats | Transfer activity by token type |
| getTriggerStatistic | Contract triggers | Daily contract call count |
| getTop10 | Top10 rankings | Multiple dimensions (time, category) |
| getHotSearch | Hot tokens/contracts | Hot tokens and contracts with metrics |
| getHomepageData | Homepage data | TPS, node count, overview, TVL, frozen |
| getCurrentTps | Current TPS | Current TPS, latest height, historical max TPS |
| getTriggerAmountStatistic | Trigger by date | Contract call volume distribution by date |
| getContractCallerStatisticOverview | Caller overview | Contract caller stats (default 7d) |
| getActiveStatistic | Active accounts | Active account count per day/week/month |
| getDailyAvgBlockSize | Avg block size | Daily average block size |
| getDailyTransactionNum | Daily tx trend | Transaction trend data |
| getDefiTvl | DeFi TVL | Daily DeFi TVL statistics |
| getEnergyDailyStatistic | Energy daily stats | Daily energy consumption ranked by contract |
| getEnergyStatistic | Energy distribution | Energy consumption by day/month/quarter |
| getMultipleChainQuery | Cross-chain query | TRON address mapping on other chains |
| getNetStatistic | Bandwidth stats | Bandwidth consumption per day/month/quarter |
| getStatsOverview | Stats overview | Daily stats: transfers, accounts, resources, tokens |
| getTotalBlockchainSize | Blockchain size | Cumulative on-chain size |
| getTransactionNum | Cumulative txs | Cumulative transactions per day |
| getAcquisitionCostStatistic | Resource cost | Energy and bandwidth acquisition cost |
getDailyNewAccounts for daily new addresses (newAddressSeen).getActiveStatistic for daily active addresses.getTransactionStatistics and getTriggerStatistic for tx and contract call volume.getTransactionStatistics and getTransferStatistics for type/segment distribution.getHotSearch for trending tokens with price and activity.getHotSearch and getTriggerStatistic or getTop10 for hot contracts.getTop10 with appropriate category (e.g. by tx count).getTop10 or account list sorted by frozen/stake (category as per API).getDailyNewAccounts — Get daily new account data (default last 15 days, max 2000 days)newAddressSeen (daily new addresses). This is an activity proxy, not precise DAU.getTransactionStatistics — Get transaction statistics (total tx, token tx volume, etc.)getTransferStatistics — Get transfer statistics by token typegetTriggerStatistic — Get daily contract trigger data in a time rangegetTop10 — Get Top10 rankings (multiple time/category dimensions)getHotSearch — Get hot tokens and contracts (trading metrics and price data)getHomepageData — Get homepage data (TPS, node count, overview, frozen, TVL, etc.)getCurrentTps — Get current TPS, latest block height, and historical max TPSgetTriggerAmountStatistic — Get contract call volume distribution by dategetContractCallerStatisticOverview — Get contract caller statistics (default last 7 days)getActiveStatistic — Get active account data on the TRON blockchain by day/week/monthtype (required: DAY | WEEK | MONTH), startTimestamp (required: milliseconds).getDailyAvgBlockSize — Get daily average block size on TRONdays.getDailyTransactionNum — Get transaction trend data on TRONtype, days.getDefiTvl — Get daily DeFi TVL statistics on TRONtype, startTime, endTime, project.getEnergyDailyStatistic — Get daily energy consumption statistics ranked by contractday (required), optional limit.getEnergyStatistic — Get energy consumption distribution by day/month/quarterstartTimestamp, endTimestamp, type (all required); optional size.getMultipleChainQuery — Query a TRON address's corresponding info on other blockchainsaddress (required).getNetStatistic — Get bandwidth consumption per day/month/quarterstartTimestamp, endTimestamp (required); optional type, limit.getStatsOverview — Get daily TRON stats: transfers, accounts, resources, tokensdays.getTotalBlockchainSize — Get cumulative on-chain block sizedays.getTransactionNum — Get cumulative transaction count per daydays.getAcquisitionCostStatistic — Get Energy and Bandwidth resource acquisition cost datastartTimestamp, endTimestamp, limit.Check time range parameters; some APIs have default limits (e.g. getDailyNewAccounts max 2000 days).
getDailyNewAccounts returns newAddressSeen (daily new addresses)—an activity proxy, not precise DAU. When the user asks for DAU / daily active, you must first declare that this is a new-address metric and must not be presented as exact DAU.getTop10 with the appropriate category (see TronScan API list for category values).getHomepageData + getCurrentTps + getHotSearch + getTop10 + getTransactionStatistics.