Loading...
Loading...
This skill should be used when the user asks for 'TRX price', 'TRON token price', 'price chart on TRON', 'K-line data for USDT/TRX', 'TRON trade history', 'TRON whale activity', 'large transfers on TRON', 'smart money on TRON', 'TRON DEX volume', or mentions checking real-time prices, candlestick data, trading volume, whale monitoring, or smart money signals on the TRON network. For token search and metadata, use tron-token. For swap execution, use tron-swap.
npx skill4agent add tronlink/tronlink-skills tron-marketnode -e "console.log('ok')" # Node.js >= 18 requirednode scripts/tron_api.mjs token-price --contract <TOKEN_CONTRACT>node scripts/tron_api.mjs token-price --contract TRXnode scripts/tron_api.mjs kline \
--contract <TOKEN_CONTRACT> \
--interval <1m|5m|15m|1h|4h|1d|1w> \
--limit 100node scripts/tron_api.mjs trade-history --contract <TOKEN_CONTRACT> --limit 50node scripts/tron_api.mjs dex-volume \
--contract <TOKEN_CONTRACT> \
--period <5m|1h|4h|24h>node scripts/tron_api.mjs whale-transfers \
--contract <TOKEN_CONTRACT> \
--min-value <MIN_USD_VALUE>node scripts/tron_api.mjs large-transfers --min-trx 100000 --limit 20node scripts/tron_api.mjs pool-info --contract <TOKEN_CONTRACT>node scripts/tron_api.mjs market-overview| DEX | Description |
|---|---|
| SunSwap V2 | Main AMM DEX on TRON |
| SunSwap V3 | Concentrated liquidity (Uni V3 fork) |
| Sun.io | Stablecoin swap (Curve-style) |
| Poloniex DEX | Order book + AMM |
| JustMoney | Aggregator |
tron-token security