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...
Use when: User needs full metrics for a token from the list (e.g. 24h volume, holders).
Input: Contract address.
getHotSearch
API: getHotSearch — Get hot tokens and contracts (trading metrics and price data)
Use when: User asks for "trending tokens" or "hot tokens on TRON".
Response: Hot tokens/contracts with price and activity metrics.
getSearchBar
API: getSearchBar — Get popular search results (hot token list)
Use when: User asks for "popular tokens" or "search suggestions".
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 "quality projects", combine sort (volume, mcap, holders) with hot search and optional token detail for due diligence.
List tools support pagination; use limit/skip or page/size as per TronScan MCP API.
Token list items may include risk fields such as 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.