Loading...
Loading...
This skill should be used when the user asks to 'find a token on TRON', 'search TRC-20 token', 'token info on TRON', 'who holds this TRON token', 'is this TRON token safe', 'top TRON tokens', 'trending tokens on TRON', 'token market cap on TRON', 'holder distribution', 'verify TRON contract', or mentions searching for TRC-20 tokens, checking token metadata, holder analysis, contract verification, or discovering trending tokens on the TRON network. For live prices and K-line charts, use tron-market. For swap execution, use tron-swap.
npx skill4agent add tronlink/tronlink-skills tron-tokennode -e "console.log('ok')" # Node.js >= 18 requirednode scripts/tron_api.mjs token-info --contract <TOKEN_CONTRACT>node scripts/tron_api.mjs token-search --keyword <KEYWORD>node scripts/tron_api.mjs contract-info --contract <TOKEN_CONTRACT>node scripts/tron_api.mjs token-holders --contract <TOKEN_CONTRACT> --limit 20node scripts/tron_api.mjs trending-tokensnode scripts/tron_api.mjs token-rankings --sort-by <market_cap|volume|holders|gainers|losers>node scripts/tron_api.mjs token-security --contract <TOKEN_CONTRACT>| Standard | Description |
|---|---|
| TRC-20 | Fungible token (like ERC-20), most common |
| TRC-721 | Non-fungible token (NFT) |
| TRC-10 | Native TRON token (legacy, no smart contract) |
tokenId| Token | Contract | Decimals |
|---|---|---|
| USDT | | 6 |
| USDC | | 6 |
| WTRX | | 6 |
| BTT | | 18 |
| JST | | 18 |
| SUN | | 18 |
| WIN | | 6 |