
Nansen Smart Money Tracker
- 452 installs
- 127 repo stars
- Updated August 4, 2026
- nansen-ai/nansen-cli
nansen-smart-money-tracker is an agent skill that wraps the Nansen CLI `research smart-money` commands so developers who need labeled whale and fund wallet flows can query netflow, spot trades, holdings, and Hyperliquid
About
nansen-smart-money-tracker is an OpenClaw agent skill for the nansen-cli Node package that exposes five smart-money research subcommands: netflow, dex-trades, holdings, perp-trades, and historical-holdings. Developers install the `nansen` binary, set NANSEN_API_KEY, and run Bash-backed queries with chain, label, limit, sort, table, and CSV flags. Six wallet labels—including Fund, Smart Trader, and 30D/90D/180D Smart Trader—filter results on chains such as Solana; perp-trades targets Hyperliquid without a chain flag. Reach for this skill when monitoring labeled smart-money accumulation, spot exits, portfolio shifts, or perpetual positions instead of writing custom Nansen API clients.
- Wallet tracking
- Smart money labels
- Flow monitoring
- Nansen CLI
Nansen Smart Money Tracker by the numbers
- 452 all-time installs (skills.sh)
- +7 installs in the week ending Aug 4, 2026 (Skillselion tracking)
- Ranked #225 of 1,106 Finance & Trading skills by installs in the Skillselion catalog
- Data as of Aug 5, 2026 (Skillselion catalog sync)
npx skills add https://github.com/nansen-ai/nansen-cli --skill nansen-smart-money-trackerAdd your badge
Show developers this skill is listed on Skillselion. Paste this into your README.
| Installs | 452 |
|---|---|
| repo stars | ★ 127 |
| Last updated | August 4, 2026 |
| Repository | nansen-ai/nansen-cli ↗ |
How do you track smart-money wallet flows on-chain?
Track labeled smart-money wallet addresses and their flows via Nansen CLI to monitor accumulation, exits, and cross-chain moves in real time.
Who is it for?
Developers or trading-automation engineers who already use Nansen and want agent-driven CLI monitoring of labeled fund and whale wallet activity across spot and perp markets.
Skip if: Developers building unrelated Web3 features, teams without a Nansen API key, or workflows that need generic wallet scraping outside Nansen's labeled smart-money dataset.
When should I use this skill?
The user asks what smart money is buying or selling, wants whale netflow on a chain like Solana, or needs holdings, DEX trades, or Hyperliquid perp activity from labeled Nansen wallets.
What you get
Terminal tables or CSV exports of smart-money netflow, DEX trades, aggregated holdings, Hyperliquid perp trades, and historical position series filtered by chain and label.
- Smart-money netflow and trade terminal tables
- CSV exports of labeled wallet holdings and DEX activity
- Historical smart-money position time series
By the numbers
- Documents 5 smart-money CLI subcommands: netflow, dex-trades, holdings, perp-trades, and historical-holdings
- Lists 6 filterable smart-money wallet labels including Fund and 30D/90D/180D Smart Trader
- Installs the nansen-cli Node package and requires NANSEN_API_KEY for API access
Files
Smart Money
All commands: nansen research smart-money <sub> [options]
Subcommands
# Netflow — what tokens are smart money accumulating?
nansen research smart-money netflow --chain solana --limit 10
# DEX trades — real-time spot trades by smart money
nansen research smart-money dex-trades --chain solana --labels "Smart Trader" --limit 20
# Holdings — aggregated SM portfolio
nansen research smart-money holdings --chain solana --limit 10
# Perp trades — Hyperliquid only (no --chain needed)
nansen research smart-money perp-trades --limit 10Labels
Filter by smart money category with --labels:
| Label | Use case |
|---|---|
Fund | Crypto funds |
Smart Trader | All-time top performers |
30D Smart Trader | Hot hands — top 30 days |
90D Smart Trader | Top 90 days |
180D Smart Trader | Top 180 days |
Smart HL Perps Trader | Top Hyperliquid perp traders |
nansen research smart-money netflow --chain solana --labels "Fund" --limit 10Flags
| Flag | Purpose |
|---|---|
--chain | Required for netflow/dex-trades/holdings |
--labels | Filter by SM label (quote multi-word values) |
--limit | Number of results |
--sort | Sort field:direction (e.g. value_usd:desc) |
--fields | Select specific fields |
--table | Human-readable table output |
--format csv | CSV export |
Notes
perp-tradesis Hyperliquid-only. No--chainflag.- For a time-series view of SM positions:
nansen research smart-money historical-holdings --chain <chain> --days 30
Related skills
How it compares
Choose this skill when you already rely on Nansen's labeled smart-money dataset and want repeatable terminal or agent queries instead of hand-rolling REST clients for netflow and trade feeds.
FAQ
What commands does nansen-smart-money-tracker expose?
nansen-smart-money-tracker drives `nansen research smart-money` with five subcommands: netflow, dex-trades, holdings, perp-trades, and historical-holdings. Spot commands need `--chain`; perp-trades is Hyperliquid-only and omits `--chain`.
Which smart-money labels can developers filter in Nansen CLI?
nansen-smart-money-tracker documents six `--labels` values: Fund, Smart Trader, 30D Smart Trader, 90D Smart Trader, 180D Smart Trader, and Smart HL Perps Trader. Multi-word labels must be quoted in Bash calls.
What setup does nansen-smart-money-tracker require?
nansen-smart-money-tracker installs the nansen-cli Node package to provide the `nansen` binary and requires NANSEN_API_KEY in the environment. The skill restricts agent tools to Bash commands matching `nansen:*`.