TronScan Token List
by @sshnii
Get TRC20 token list on TRON with price, 24h change, 24h volume, market cap, holder count. Use when user asks "token list", "TRC20 list", "hot tokens", "tren...
clawhub install tronscan-token-listπ About This Skill
name: tronscan-token-list description: | Get TRC20 token list on TRON with price, 24h change, 24h volume, market cap, holder count. Use when user asks "token list", "TRC20 list", "hot tokens", "trending tokens", or to discover quality projects. Do NOT use for single token deep dive (use tronscan-token-scanner). metadata: author: tronscan-mcp version: "1.0" mcp-server: https://mcp.tronscan.org/mcp
Token List
Overview
| Tool | Function | Use Case | |------|----------|----------| | getTokenList | Token list | Filter by type, sort by price/change/volume/mcap/holders | | getPricedTokenList | Priced tokens | All tokens with price data | | getTrc20TokenDetail | Single token | Full TRC20/721/1155 detail for list item | | getHotSearch | Hot search | Hot tokens and contracts with metrics and price | | getSearchBar | Search bar | Popular search results (hot token list) |
Use Cases
1. TRC20 Token List: Use getTokenList with type filter for TRC20; use getPricedTokenList for tokens with price.
2. Price & 24h Change: Token list and priced list include price and change; use detail for full 24h data.
3. 24h Volume: Available in list or detail (e.g. getTrc20TokenDetail) and in getHotSearch.
4. Market Cap: In token list/detail and hot search.
5. Holder Count: In token list/detail.
6. Discover Quality Projects: Sort by volume, market cap, or holders; combine with getHotSearch for trending.
MCP Server
Tools
getTokenList
getTokenList β Get token list with type filter and sort by price/change/volume/holders/mcapgetPricedTokenList
getPricedTokenList β Get all tokens with price datagetTrc20TokenDetail
getTrc20TokenDetail β Get TRC20/TRC721/TRC1155 token details (name, symbol, supply, holders, price, etc.)getHotSearch
getHotSearch β Get hot tokens and contracts (trading metrics and price data)getSearchBar
getSearchBar β Get popular search results (hot token list)Troubleshooting
Notes
tokenCanShow and tokenLevel. If a token in the list has tokenCanShow: false or tokenLevel of "3" (Suspicious) / "4" (Unsafe), flag it to the user as potentially risky before recommending further analysis. See tronscan-token-scanner for full field semantics.β‘ When to Use
π Tips & Best Practices
tokenCanShow and tokenLevel. If a token in the list has tokenCanShow: false or tokenLevel of "3" (Suspicious) / "4" (Unsafe), flag it to the user as potentially risky before recommending further analysis. See tronscan-token-scanner for full field semantics.