← 返回
数据分析 中文

TronScan Realtime Network

Query TRON real-time network data: latest block height, current TPS, node count, latest TVL, total transaction count, real-time vote count. Use when user ask...
查询波场TRON实时网络数据:最新区块高度、当前TPS、节点数、最新TVL、总交易数、实时投票数。当用户询问时使用...
sshnii
数据分析 clawhub v1.0.3 2 版本 100000 Key: 无需
★ 1
Stars
📥 581
下载
💾 11
安装
2
版本
#latest#network status#node count#real-time#tps#tron#tvl

概述

Realtime Network Data

Overview

ToolFunctionUse Case
--------------------------
getLatestBlockLatest solidified blockSolidified block height, hash, timestamp, witness, tx count
getCurrentTpsTPS & heightCurrent TPS, latest block height, historical max TPS
getHomepageDataHomepage summaryTPS, node count, chain overview, TVL, frozen
getNodeMapNode mapReal-time node info and geographic distribution
getWitnessGeneralInfoWitness aggregateTotal vote count, block stats, witness count
getTransactionStatisticsTx statisticsTotal tx count, token tx volume aggregates

Use Cases

  1. Latest solidified block / confirmed block height: Use getLatestBlock for solidified block (not chain-head latest); use getCurrentTps for latest block height.
  2. Real-time TPS: Use getCurrentTps for current TPS; use getHomepageData for overview TPS.
  3. Real-time node count: Use getHomepageData for node count; use getNodeMap for node list and distribution.
  4. Latest TVL: Use getHomepageData for latest TVL in homepage overview.
  5. Total transaction count: Use getTransactionStatistics for total tx count and token tx volume.
  6. Real-time vote count: Use getWitnessGeneralInfo for total vote count and witness stats.

MCP Server

Tools

getLatestBlock

  • API: getLatestBlock — Calls /api/block/latest; returns latest solidified block (number, hash, size, timestamp, witness, tx count). Note: Returns solidified block, not the chain-head latest block.
  • Use when: User asks for "confirmed block", "solidified block height", or needs a stable block number. If user asks "latest block height" or "current block", clarify that the response is the solidified block and may lag behind the chain head.
  • Response: number (block height), hash, size, timestamp, witness, tx count, etc.
  • Note: Fields such as witnessName, fee, energyUsage, blockReward, voteReward, confirmations, netUsage may be 0 or null (underlying API does not return them)—ignore them. Use tronscan-block-info getBlocks when these fields are needed.

getCurrentTps

  • API: getCurrentTps — Get current TPS, latest block height, and historical max TPS
  • Use when: User asks for "real-time TPS", "current TPS", "throughput", or "latest block height".
  • Response: currentTps, latest block height, historical max TPS.

getHomepageData

  • API: getHomepageData — Get homepage data (TPS, node count, overview, frozen, TVL, etc.)
  • Use when: User asks for "network overview", "node count", "TVL", or "homepage stats".
  • Response: TPS, node count, chain overview, frozen resources, TVL, etc.

getNodeMap

  • API: getNodeMap — Get current node info and geographic distribution
  • Use when: User asks for "node count", "node distribution", or "node map".
  • Response: Current node info and geographic distribution.

getWitnessGeneralInfo

  • API: getWitnessGeneralInfo — Get witness aggregate stats (total votes, block stats, witness count)
  • Use when: User asks for "real-time vote count", "total votes", or "witness stats".
  • Response: Total vote count, block stats, witness count.

getTransactionStatistics

  • API: getTransactionStatistics — Get transaction statistics (total tx, token tx volume, etc.)
  • Use when: User asks for "total transaction count" or "tx volume".
  • Response: Total tx count, token tx volume, and other aggregates.

Troubleshooting

  • MCP connection failed: If you see "Connection refused", verify TronScan MCP is connected in Settings > Extensions.
  • API rate limit / 429: TronScan API has call count and frequency limits when no API key is used. If you encounter rate limiting or 429 errors, go to TronScan Developer API to apply for an API key, then add it to your MCP configuration and retry.

Notes

  • For a single "real-time network" dashboard, prefer getHomepageData first (covers TPS, nodes, TVL); then add getCurrentTps for precise TPS/height, getWitnessGeneralInfo for votes, and getTransactionStatistics for total tx count.
  • All tools are invoked via TronScan MCP tools/call with the tool name and required arguments.
  • getLatestBlock may return 0/null for witnessName, blockReward, voteReward, fee, energyUsage, netUsage, confirmations; use tronscan-block-info getBlocks when these fields are needed.

版本历史

共 2 个版本

  • v1.0.3 当前
    2026-03-29 18:25 安全 安全
  • v1.0.2
    2026-03-14 02:19

安全检测

腾讯云安全 (Keen)

安全,无风险
查看报告

腾讯云安全 (Sanbu)

安全,无风险
查看报告

🔗 相关推荐

data-analysis

A股量化 AkShare

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

TronScan Token Scanner

sshnii
扫描 TRON 代币的总供应量、市值、价格、评级、发行时间、持有人信息,并包含 TRX 的价格、供应量、市值、日净变化等。
★ 2 📥 810
data-analysis

Excel / XLSX

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