Install
openclaw skills install tronscan-stablecoinAnalyze TRON stablecoin ecosystem: supply, holders, transfers, large transactions, blacklist, liquidity pools, TVL, key events. Supported stablecoins: USDT, USDC, USDD, TUSD. Use when user asks "stablecoin overview", "USDT supply", "stablecoin holders", "stablecoin blacklist", "stablecoin pool", "stablecoin TVL", "large stablecoin transfers", or "stablecoin mint/burn events". Do NOT use for single token deep dive (use tronscan-token-scanner); general token list (use tronscan-token-list).
openclaw skills install tronscan-stablecoin| Tool | Function | Use Case |
|---|---|---|
| getStableCoinOverview | Stablecoin overview | Supply, holder count for a stablecoin |
| getStableCoinTotalSupply | Total supply | Current total circulating supply of all stablecoins |
| getStableCoinTotalSupplyChange | Supply change trend | Historical chart of total supply changes |
| getStableCoinTopHolders | Top holders | Top stablecoin holders ranked by USDT/USDC/USDD/TUSD |
| getStableCoinHolderChange | Holder count trend | Daily holder count change over time |
| getStableCoinHolderBalanceOverview | Market cap distribution | Total market cap distribution across all stablecoins |
| getStableCoinDistribution | Holder distribution | Holder distribution for a specific stablecoin |
| getStableCoinDistributionChange | Distribution change | Historical change in holding distribution |
| getStableCoinTransferAmount | Transfer volume trend | Stablecoin transfer amount changes over time |
| getStableCoinBigAmount | Large transactions | Large stablecoin transactions (swap, liquidity, loan, etc.) |
| getStableCoinBlackList | Blacklist | Frozen addresses and amounts |
| getStableCoinPoolInfo | Pool detail | All stablecoin liquidity pool details |
| getStableCoinPoolOverview | Pool overview | Basic info for a specific pool |
| getStableCoinPoolChange | Pool liquidity change | Liquidity change chart for a pool |
| getStableCoinPoolTrend | Pool trend | Trend data for pool liquidity changes |
| getStableCoinTvl | Pool TVL | Stablecoin TVL distribution across pools |
| getStableCoinTokenSupplyTurnover | Supply & turnover trend | Supply and circulation trend for a specific stablecoin |
| getStableCoinKeyEvents | Key events | Mint/burn/freeze and other major operations |
getStableCoinOverview (optionally with tokenAddress) for supply and holder count; getStableCoinTotalSupply for all stablecoins combined.getStableCoinTotalSupplyChange for total supply history; getStableCoinTokenSupplyTurnover for a single stablecoin's supply and turnover trend.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.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).getStableCoinBlackList for frozen addresses; getStableCoinKeyEvents for mint/burn/freeze events.getStableCoinPoolInfo for all pools; getStableCoinPoolOverview, getStableCoinPoolChange, getStableCoinPoolTrend for a specific pool; getStableCoinTvl for TVL distribution.getStableCoinOverview — Get basic overview for stablecoins (supply, holders)tokenAddress.getStableCoinTotalSupply — Get current total circulating supply for all stablecoinsgetStableCoinTotalSupplyChange — Get chart data for total supply changesstartTime, endTime (in seconds).getStableCoinTopHolders — Get top stablecoin holders rankingsort (USDT | USDC | USDD | TUSD), direction (1=asc, 2=desc), viewContract (1=include, 2=exclude).getStableCoinHolderChange — Get stablecoin holder count change over timestartDay, endDay (yyyy-MM-dd).getStableCoinHolderBalanceOverview — Get market cap distribution across all stablecoinsgetStableCoinDistribution — Get holder distribution for a specific stablecointoken (token address).getStableCoinDistributionChange — Get holding distribution change chart for a specific stablecointoken (token address).getStableCoinTransferAmount — Get stablecoin transfer amount trendstartTime, endTime (seconds), type (set to "addLine" for line chart data).getStableCoinBigAmount — Get large stablecoin transactions (up to 50 records)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 — Get stablecoin blacklist (frozen addresses)tokenAddress, blackAddress, sort (1=amount, 2=time), direction, start, limit.getStableCoinPoolInfo — Get all stablecoin liquidity pool detailsgetStableCoinPoolOverview — Get basic info for a specific stablecoin poolpool (pool contract address).getStableCoinPoolChange — Get liquidity change chart for a poolpool (pool address).getStableCoinPoolTrend — Get pool liquidity trend datapool, startTimestamp, endTimestamp (milliseconds; start after 2022-11-21).getStableCoinTvl — Get stablecoin TVL distribution across liquidity poolstoken (token address).getStableCoinTokenSupplyTurnover — Get supply and circulation trend for a specific stablecointokenAddress (USDD | USDC | TUSD), startTime, endTime (seconds).getStableCoinKeyEvents — Get key stablecoin events (mint/burn/freeze/major operations)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).getStableCoinOverview + getStableCoinTotalSupply + getStableCoinTopHolders + getStableCoinPoolInfo.getStableCoinBigAmount requires types parameter; use types: "0" for all transaction types.startTime/endTime), others use milliseconds (startTimestamp/endTimestamp). Check per-tool notes.