← 返回
未分类 中文

TronScan Stablecoin

Analyze TRON stablecoin ecosystem: supply, holders, transfers, large transactions, blacklist, liquidity pools, TVL, key events. Supported stablecoins: USDT,...
分析TRON稳定币生态系统:供应量、持有者、转账、大额交易、黑名单、流动性池、TVL、关键事件。支持稳定币:USDT等。
sshnii sshnii 来源
未分类 clawhub v1.0.0 1 版本 100000 Key: 无需
★ 1
Stars
📥 402
下载
💾 2
安装
1
版本
#latest#stablecoin#tron#tusd#usdc#usdd#usdt

概述

Stablecoin

Overview

ToolFunctionUse Case
--------------------------
getStableCoinOverviewStablecoin overviewSupply, holder count for a stablecoin
getStableCoinTotalSupplyTotal supplyCurrent total circulating supply of all stablecoins
getStableCoinTotalSupplyChangeSupply change trendHistorical chart of total supply changes
getStableCoinTopHoldersTop holdersTop stablecoin holders ranked by USDT/USDC/USDD/TUSD
getStableCoinHolderChangeHolder count trendDaily holder count change over time
getStableCoinHolderBalanceOverviewMarket cap distributionTotal market cap distribution across all stablecoins
getStableCoinDistributionHolder distributionHolder distribution for a specific stablecoin
getStableCoinDistributionChangeDistribution changeHistorical change in holding distribution
getStableCoinTransferAmountTransfer volume trendStablecoin transfer amount changes over time
getStableCoinBigAmountLarge transactionsLarge stablecoin transactions (swap, liquidity, loan, etc.)
getStableCoinBlackListBlacklistFrozen addresses and amounts
getStableCoinPoolInfoPool detailAll stablecoin liquidity pool details
getStableCoinPoolOverviewPool overviewBasic info for a specific pool
getStableCoinPoolChangePool liquidity changeLiquidity change chart for a pool
getStableCoinPoolTrendPool trendTrend data for pool liquidity changes
getStableCoinTvlPool TVLStablecoin TVL distribution across pools
getStableCoinTokenSupplyTurnoverSupply & turnover trendSupply and circulation trend for a specific stablecoin
getStableCoinKeyEventsKey eventsMint/burn/freeze and other major operations

Use Cases

  1. Stablecoin overview: Use getStableCoinOverview (optionally with tokenAddress) for supply and holder count; getStableCoinTotalSupply for all stablecoins combined.
  2. Supply trends: Use getStableCoinTotalSupplyChange for total supply history; getStableCoinTokenSupplyTurnover for a single stablecoin's supply and turnover trend.
  3. Holder analysis: Use getStableCoinTopHolders for top holders (sort by USDT/USDC/USDD/TUSD); getStableCoinHolderChange for holder count trend; getStableCoinHolderBalanceOverview for market cap distribution; getStableCoinDistribution and getStableCoinDistributionChange for holding concentration.
  4. Transfer activity: Use getStableCoinTransferAmount for transfer volume trends; getStableCoinBigAmount for large transaction monitoring (filter by types: 0=all, 1=in, 2=out, 3=swap, 4=add liquidity, 5=remove liquidity, 6=deposit, 7=loan, 8=repayment, 9=withdrawal).
  5. Blacklist / risk: Use getStableCoinBlackList for frozen addresses; getStableCoinKeyEvents for mint/burn/freeze events.
  6. Liquidity pools: Use getStableCoinPoolInfo for all pools; getStableCoinPoolOverview, getStableCoinPoolChange, getStableCoinPoolTrend for a specific pool; getStableCoinTvl for TVL distribution.

MCP Server

Tools

getStableCoinOverview

  • API: getStableCoinOverview — Get basic overview for stablecoins (supply, holders)
  • Use when: User asks for "stablecoin overview", "USDT supply", or general stablecoin stats.
  • Input: Optional tokenAddress.

getStableCoinTotalSupply

  • API: getStableCoinTotalSupply — Get current total circulating supply for all stablecoins
  • Use when: User asks for "total stablecoin supply" or "how much USDT/USDC/USDD is on TRON".
  • Input: None required.

getStableCoinTotalSupplyChange

  • API: getStableCoinTotalSupplyChange — Get chart data for total supply changes
  • Use when: User asks for "stablecoin supply trend" or "supply history".
  • Input: Optional startTime, endTime (in seconds).

getStableCoinTopHolders

  • API: getStableCoinTopHolders — Get top stablecoin holders ranking
  • Use when: User asks for "top stablecoin holders" or "who holds the most USDT".
  • Input: Optional sort (USDT | USDC | USDD | TUSD), direction (1=asc, 2=desc), viewContract (1=include, 2=exclude).

getStableCoinHolderChange

  • API: getStableCoinHolderChange — Get stablecoin holder count change over time
  • Use when: User asks for "stablecoin holder growth" or "holder count trend".
  • Input: Optional startDay, endDay (yyyy-MM-dd).

getStableCoinHolderBalanceOverview

  • API: getStableCoinHolderBalanceOverview — Get market cap distribution across all stablecoins
  • Use when: User asks for "stablecoin market cap distribution" or "USDT vs USDC market share".
  • Input: None required.

getStableCoinDistribution

  • API: getStableCoinDistribution — Get holder distribution for a specific stablecoin
  • Use when: User asks for "USDT holder distribution" or "stablecoin concentration".
  • Input: Optional token (token address).

getStableCoinDistributionChange

  • API: getStableCoinDistributionChange — Get holding distribution change chart for a specific stablecoin
  • Use when: User asks for "distribution change over time".
  • Input: Optional token (token address).

getStableCoinTransferAmount

  • API: getStableCoinTransferAmount — Get stablecoin transfer amount trend
  • Use when: User asks for "stablecoin transfer volume" or "transfer activity trend".
  • Input: Optional startTime, endTime (seconds), type (set to "addLine" for line chart data).

getStableCoinBigAmount

  • API: getStableCoinBigAmount — Get large stablecoin transactions (up to 50 records)
  • Use when: User asks for "large stablecoin transfers", "whale transactions", or "stablecoin swap/loan activity".
  • Input: types (required: 0=all, 1=in, 2=out, 3=swap, 4=add liquidity, 5=remove liquidity, 6=deposit, 7=loan, 8=repayment, 9=withdrawal); optional: address, txUsd, txAmount, relatedAddress, relatedToken, startTime, endTime, limit (max 50), sortBy (time|amount|usd), asc.

getStableCoinBlackList

  • API: getStableCoinBlackList — Get stablecoin blacklist (frozen addresses)
  • Use when: User asks for "stablecoin blacklist", "frozen addresses", or "sanctioned USDT addresses".
  • Input: Optional tokenAddress, blackAddress, sort (1=amount, 2=time), direction, start, limit.

getStableCoinPoolInfo

  • API: getStableCoinPoolInfo — Get all stablecoin liquidity pool details
  • Use when: User asks for "stablecoin pools" or "liquidity pool list".
  • Input: None required.

getStableCoinPoolOverview

  • API: getStableCoinPoolOverview — Get basic info for a specific stablecoin pool
  • Use when: User asks for "pool overview" or provides a pool address.
  • Input: Optional pool (pool contract address).

getStableCoinPoolChange

  • API: getStableCoinPoolChange — Get liquidity change chart for a pool
  • Use when: User asks for "pool liquidity changes".
  • Input: Optional pool (pool address).

getStableCoinPoolTrend

  • API: getStableCoinPoolTrend — Get pool liquidity trend data
  • Use when: User asks for "pool trend" or "historical pool liquidity".
  • Input: Optional pool, startTimestamp, endTimestamp (milliseconds; start after 2022-11-21).

getStableCoinTvl

  • API: getStableCoinTvl — Get stablecoin TVL distribution across liquidity pools
  • Use when: User asks for "stablecoin TVL" or "how much stablecoin is in DeFi pools".
  • Input: Optional token (token address).

getStableCoinTokenSupplyTurnover

  • API: getStableCoinTokenSupplyTurnover — Get supply and circulation trend for a specific stablecoin
  • Use when: User asks for "USDT supply trend", "stablecoin turnover", or supply/circulation history for USDD/USDC/TUSD.
  • Input: Optional tokenAddress (USDD | USDC | TUSD), startTime, endTime (seconds).

getStableCoinKeyEvents

  • API: getStableCoinKeyEvents — Get key stablecoin events (mint/burn/freeze/major operations)
  • Use when: User asks for "stablecoin mint events", "USDT freeze events", or "key stablecoin operations".
  • Input: Optional start, limit, sort (1=amount, 2=time), direction, operatorAddress, startTime, endTime, startAmount, endAmount; per-token event type filters: usdt, usdc, usdd, tusd (comma-separated event types).

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 stablecoin dashboard, combine: getStableCoinOverview + getStableCoinTotalSupply + getStableCoinTopHolders + getStableCoinPoolInfo.
  • getStableCoinBigAmount requires types parameter; use types: "0" for all transaction types.
  • Time parameters vary by tool: some use seconds (startTime/endTime), others use milliseconds (startTimestamp/endTimestamp). Check per-tool notes.

版本历史

共 1 个版本

  • v1.0.0 当前
    2026-03-31 06:01 安全 安全

安全检测

腾讯云安全 (Keen)

安全,无风险
查看报告

腾讯云安全 (Sanbu)

安全,无风险
查看报告

🔗 相关推荐

data-analysis

Data Analysis

ivangdavila
{"answer":"数据分析与可视化。查询数据库、生成报告、自动化电子表格,将原始数据转化为清晰可行的见解。适用于:(1) 您……"}
★ 216 📥 71,423
it-ops-security

TronScan Transaction Info

sshnii
查询 TRON 交易结果、确认状态、发送者、资源消耗。当用户询问“为何交易失败”“交易状态”“谁发送的”等问题时使用。
★ 1 📥 832
data-analysis

AdMapix

fly0pants
AdMapix 原始数据层,提供广告创意、应用、排名、下载/收入及市场元数据。返回 AdMapix API 的结构化 JSON;调用方...
★ 298 📥 142,890