nansen-token-screener▌
nansen-ai/nansen-cli · updated Apr 8, 2026
Answers: "What tokens are trending and worth a deeper look?"
Token Discovery
Answers: "What tokens are trending and worth a deeper look?"
CHAIN=solana
# Screen top tokens by volume
nansen research token screener --chain $CHAIN --timeframe 24h --limit 20
# → token_symbol, price_usd, price_change, volume, buy_volume, market_cap_usd, fdv, liquidity, token_age_days
# Smart money only
nansen research token screener --chain $CHAIN --timeframe 24h --smart-money --limit 20
# Search within screener results (client-side filter)
nansen research token screener --chain $CHAIN --search "bonk"
# Smart money holdings — what SM wallets are holding
nansen research smart-money holdings --chain $CHAIN --labels "Smart Trader" --limit 20
# → token_symbol, value_usd, holders_count, balance_24h_percent_change, share_of_holdings_percent
# Nansen indicators for a specific token
TOKEN=<address>
nansen research token indicators --token $TOKEN --chain $CHAIN
# → risk_indicators, reward_indicators (each with score, signal, signal_percentile)
# Flow intelligence — only use for promising tokens from screener/indicators above
nansen research token flow-intelligence --token $TOKEN --chain $CHAIN
# → net_flow_usd per label: smart_trader, whale, exchange, fresh_wallets, public_figure
Screener timeframes: 5m, 10m, 1h, 6h, 24h, 7d, 30d
Indicators: score is "bullish"/"bearish"/"neutral". signal_percentile > 70 = historically significant. Some tokens return empty indicators — not an error.
Flow intelligence is credit-heavy. Use it to confirm SM conviction on tokens that already look promising from screener + indicators, not as a first pass on every token.
Discussion
Product Hunt–style comments (not star reviews)- No comments yet — start the thread.
Ratings
4.6★★★★★47 reviews- ★★★★★Pratham Ware· Dec 28, 2024
Keeps context tight: nansen-token-screener is the kind of skill you can hand to a new teammate without a long onboarding doc.
- ★★★★★Lucas Dixit· Dec 20, 2024
Keeps context tight: nansen-token-screener is the kind of skill you can hand to a new teammate without a long onboarding doc.
- ★★★★★Lucas Kapoor· Dec 16, 2024
We added nansen-token-screener from the explainx registry; install was straightforward and the SKILL.md answered most questions upfront.
- ★★★★★Soo Patel· Dec 8, 2024
nansen-token-screener reduced setup friction for our internal harness; good balance of opinion and flexibility.
- ★★★★★Omar Gupta· Dec 4, 2024
nansen-token-screener has been reliable in day-to-day use. Documentation quality is above average for community skills.
- ★★★★★Hana Shah· Nov 27, 2024
nansen-token-screener is among the better-maintained entries we tried; worth keeping pinned for repeat workflows.
- ★★★★★Lucas Khanna· Nov 23, 2024
Useful defaults in nansen-token-screener — fewer surprises than typical one-off scripts, and it plays nicely with `npx skills` flows.
- ★★★★★Omar Agarwal· Nov 23, 2024
nansen-token-screener fits our agent workflows well — practical, well scoped, and easy to wire into existing repos.
- ★★★★★Sakshi Patil· Nov 19, 2024
Registry listing for nansen-token-screener matched our evaluation — installs cleanly and behaves as described in the markdown.
- ★★★★★Soo Flores· Nov 11, 2024
Registry listing for nansen-token-screener matched our evaluation — installs cleanly and behaves as described in the markdown.
showing 1-10 of 47