← 返回
数据分析 中文

trongrid-data-insights

Provide TRON network analytics including transaction volume, type distribution, hot contracts, trending tokens, active accounts, staking metrics, and resourc...
提供 TRON 网络分析,包括交易量、类型分布、热门合约、趋势代币、活跃账户、质押指标及资源...
greason
数据分析 clawhub v1.0.2 2 版本 100000 Key: 无需
★ 0
Stars
📥 527
下载
💾 7
安装
2
版本
#latest

概述

Data Insights

Comprehensive TRON network analytics — activity metrics, transaction patterns, trending tokens/contracts, top accounts, governance status, and resource economics.

MCP Server

Instructions

Step 1: Network Snapshot

Fetch current state (run in parallel):

  1. getBlock (no params) — Current block height and timestamp
  2. getChainParameters — Network configuration
  3. getNodeInfo — Node count and sync status
  4. getBurnTrx — Total TRX burned to date

Step 2: Recent Block Activity

  1. Get latest block height from getBlock (no params), then loop getBlock 20 times with decrementing id_or_num
  2. For each block, call getTransactionInfoByBlockNum for transaction details

Calculate:

  • Avg transactions/block: total txs / 20
  • Estimated daily transactions: avg * ~28,800 (blocks/day at 3s interval)
  • Avg block time: time delta between consecutive blocks
  • Success rate: successful / total

Step 3: Transaction Type Distribution

Categorize all transactions from the sample blocks:

  • TRX Transfers, Smart Contract Calls, TRC-10 Transfers
  • Staking Operations, Resource Delegation, Voting
  • Account Creation, Other

Step 4: Hot Contracts

  1. Aggregate contract calls across recent blocks by contract address
  2. For top contracts, call getContractInfo for names
  3. Call getTrc20Info if the contract is a token
  4. Rank by call frequency

Step 5: Trending Tokens

  1. From getEventsByLatestBlock, identify Transfer events
  2. Aggregate transfer volume per token contract
  3. For top tokens, call getTrc20Info for metadata
  4. Use web search for price data if needed

Step 6: Most Active Accounts

From recent transactions:

  1. Rank addresses by transaction count sent
  2. Rank by TRX value transferred
  3. For top accounts, call getAccount to classify (exchange/bot/whale)

Step 7: Governance & Staking

  1. getPaginatedNowWitnessList — All Super Representatives, votes, block production stats
  2. From chain parameters, derive staking metrics
  3. getEnergyPrices and getBandwidthPrices — Resource price trends

Step 8: Compile Insights Report

## TRON Network Insights

### Overview
- Block Height: #[number]
- Est. Daily Transactions: ~[count]
- Avg Block Time: [X.X]s
- Success Rate: [X.X%]
- Total Burned (All Time): [amount] TRX

### Transaction Distribution
| Type | % | Est. Daily |
|------|---|-----------|
| Contract Calls | XX% | ~XXX,XXX |
| TRX Transfers | XX% | ~XXX,XXX |
| Staking | XX% | ~XX,XXX |

### Hot Contracts
| Contract | Name | Calls | Category |
|----------|------|-------|----------|
| TXxx... | USDT | X,XXX | Stablecoin |

### Trending Tokens
| Token | Symbol | Transfers | Volume |
|-------|--------|----------|--------|

### Most Active Accounts
| Address | Tx Count | Type |
|---------|----------|------|

### Governance
- Top SR: [name] ([votes] votes)
- Total Votes: [amount]

### Resource Economics
- Energy Price: [X] sun | Trend: [Up/Down/Stable]
- Bandwidth Price: [X] sun | Trend: [Up/Down/Stable]

### Key Takeaways
- [Activity trend]
- [Dominant activity driver]
- [Notable patterns]

Error Handling

ErrorCauseResolution
--------------------------
Block fetch timeoutNetwork congestion or large blocksReduce block count (try 10 instead of 20)
Incomplete tx infoSome getTransactionInfoByBlockNum calls failUse available data, note sample size in report
No events in latest blockLow activity periodExpand to more blocks or note "Low activity detected"
Energy/bandwidth price API returns long stringHistorical data is comma-separatedParse only the last entry for current price

Examples

版本历史

共 2 个版本

  • v1.0.2 当前
    2026-03-29 23:31 安全 安全
  • v1.0.1
    2026-03-19 11:25

安全检测

腾讯云安全 (Keen)

安全,无风险
查看报告

腾讯云安全 (Sanbu)

安全,无风险
查看报告

🔗 相关推荐

developer-tools

trongrid-contract-analysis

greason
分析TRON智能合约,涵盖部署信息、ABI方法、交易模式、主要调用者、能量消耗及安全评估。当用户...
★ 0 📥 589
data-analysis

A股量化 AkShare

mbpz
A股量化数据分析工具,基于AkShare库获取A股行情、财务数据、板块信息等。用于回答关于A股股票查询、行情数据、财务分析、选股等问题。
★ 159 📥 59,544
data-analysis

Excel / XLSX

ivangdavila
创建、检查和编辑 Microsoft Excel 工作簿及 XLSX 文件,支持可靠的公式、日期、类型、格式、重算及模板保留功能。
★ 367 📥 139,792