trongrid-token-list

Browse and rank TRC-20 and TRC-10 tokens on TRON with price, volume, market cap, holder count, and category filters. Use when a user wants to discover tokens, see token rankings, find trending tokens, compare tokens by market cap, or explore categories like stablecoins and DeFi tokens on TRON.

Safety Notice

This listing is from the official public ClawHub registry. Review SKILL.md and referenced scripts before running.

Copy this and send it to your AI assistant to learn

Install skill "trongrid-token-list" with this command: npx skills add greason/trongrid-token-list

Token List

Comprehensive listing of TRC-20 and TRC-10 tokens on TRON with market metrics, rankings, and category filters for token discovery and market overview.

MCP Server

Instructions

Step 1: Fetch TRC-10 Asset List

For TRC-10 tokens (legacy standard):

  1. listAllAssets or getAssetIssueList — Full TRC-10 list
  2. getPaginatedAssetIssueList — For paginated browsing
  3. Each asset includes: name, abbreviation, total supply, precision, issuer, description, URL

Step 2: Fetch TRC-20 Token Data

No single "list all TRC-20" endpoint exists. Use a combined approach:

  1. Web search for current TRC-20 rankings from TronScan, CoinGecko, or CoinMarketCap (filter: TRON network)
  2. For each top token, call getTrc20Info with contract address for on-chain metadata
  3. Call getTrc20TokenHolders for holder distribution data

Step 3: Enrich Token Data

For each token, gather:

On-chain (MCP tools):

  • Name, symbol, decimals (getTrc20Info)
  • Holder count (getTrc20TokenHolders)
  • Contract info (getContractInfo)
  • Recent activity (getContractTransactions)

Market (web search):

  • Price (USD), 24h change (%), volume, market cap, FDV

Step 4: Rank and Categorize

By Market Cap: Large (>$1B), Mid ($100M-$1B), Small ($10M-$100M), Micro (<$10M)

By Category:

  • Stablecoins: USDT, USDC, TUSD, USDJ
  • DeFi: SUN, JST, WIN
  • GameFi / Metaverse
  • Infrastructure / Utility
  • Meme tokens

By Performance: Top gainers, top losers, highest volume, most holders

Step 5: Compile Token List

## TRON Token Rankings

### Top TRC-20 by Market Cap
| Rank | Token | Symbol | Price | 24h Change | Volume | Market Cap | Holders |
|------|-------|--------|-------|-----------|--------|-----------|---------|
| 1 | Tether | USDT | $1.00 | +0.01% | $XX.XB | $XX.XB | X,XXX,XXX |

### Top Gainers (24h)
| Token | Symbol | Price | 24h Change |
|-------|--------|-------|-----------|

### Top Losers (24h)
| Token | Symbol | Price | 24h Change |
|-------|--------|-------|-----------|

### Most Active (by Tx Count)
| Token | Symbol | 24h Transactions |
|-------|--------|-----------------|

### TRC-10 Tokens (Top by Supply)
| Token | ID | Total Supply | Issuer |
|-------|----|-------------|--------|

Quality Signals

When evaluating tokens, flag these patterns:

  • Low holder count + high market cap = potential wash trading
  • Growing holder count = positive adoption signal
  • Unverified contract + mint/pause functions = caution
  • For "best" or "quality" queries, weigh holder count, tx activity, and contract verification heavily

Error Handling

ErrorCauseResolution
No market dataToken not listed on price aggregatorsShow on-chain data only (holders, tx count), note "No market data available"
getTrc20Info returns emptyInvalid contract addressSkip token or note as unresolvable
Too many tokens to processUser asks for full listLimit to top 20-50 by market cap, offer pagination
TRC-10 list very largeThousands of TRC-10 assetsUse getPaginatedAssetIssueList with reasonable limit (20-50)

Examples

Source Transparency

This detail page is rendered from real SKILL.md content. Trust labels are metadata-based hints, not a safety guarantee.

Related Skills

Related by shared tags or category signals.

General

Sendflare

通过 Sendflare SDK 发送带附件的电子邮件,管理联系人列表,支持 CC/BCC 和安全 API 认证。

Registry SourceRecently Updated
General

Playtomic - Book courts using padel-tui

This skill should be used when the user asks to "book a padel court", "find available padel courts", "search padel courts near me", "reserve a Playtomic cour...

Registry SourceRecently Updated
General

Fund Keeper

国内场外基金智能顾问 + 股票行情查询。实时估值、买卖建议、收益统计、定投计划、OCR 识图、股票 - 基金联动。支持离线模式、多数据源缓存。

Registry SourceRecently Updated