
Nansen Hyperliquid
- 12 installs
- 7 repo stars
- Updated February 22, 2026
- nansen-ai/nansen-skills
Helps with ai & agent building tasks during AI-assisted development.
About
nansen-hyperliquid is a Claude Code skill for ai & agent building. It helps solo builders move faster with AI-assisted coding.
- nansen-hyperliquid
- AI & Agent Building
- AI-coding skill
Nansen Hyperliquid by the numbers
- 12 all-time installs (skills.sh)
- Ranked #11,609 of 16,546 AI & Agent Building skills by installs in the Skillselion catalog
- Data as of Aug 4, 2026 (Skillselion catalog sync)
npx skills add https://github.com/nansen-ai/nansen-skills --skill nansen-hyperliquidAdd your badge
Show developers this skill is listed on Skillselion. Paste this into your README.
| Installs | 12 |
|---|---|
| repo stars | ★ 7 |
| Last updated | February 22, 2026 |
| Repository | nansen-ai/nansen-skills ↗ |
What it does
Helps with ai & agent building tasks during AI-assisted development.
Files
Nansen Hyperliquid — Perpetual Trading Analytics
Track smart money perpetual trading on Hyperliquid.
When This Skill Activates
- "What are smart money trading on Hyperliquid?"
- "Perp trades / positions / PnL leaderboard"
- "Who's long/short on BTC/ETH/SOL?"
- Any mention of Hyperliquid + trading/perps
Command Routing
| User Intent | Command | Key Options |
|---|---|---|
| Smart money perp trades | smart-money perp-trades | --limit, --sort, --filters (no --chain) |
| Perp trades by wallet | profiler perp-trades | --address (req), --days, --limit |
| Perp positions by wallet | profiler perp-positions | --address (req), --limit |
| Perp trades by symbol | token perp-trades | --symbol (req), --days, --limit |
| Open positions by symbol | token perp-positions | --symbol (req), --limit |
| PnL leaderboard | token perp-pnl-leaderboard | --symbol (req), --days, --limit |
Common Symbols
BTC, ETH, SOL, DOGE, ARB, OP, AVAX, MATIC, LINK, UNI, AAVE, WIF, PEPE, JUP, TIA
Examples
# Smart money trades right now
nansen smart-money perp-trades --sort value_usd:desc --limit 20 --table
# BTC PnL leaderboard
nansen token perp-pnl-leaderboard --symbol BTC --sort pnl_usd_total:desc --limit 20 --table
# Open positions for SOL
nansen token perp-positions --symbol SOL --sort position_value_usd:desc --table
# Trader's positions
nansen profiler perp-positions --address 0x... --tableAPI-Only Endpoints (Not in CLI)
These Hyperliquid endpoints exist in the Nansen API but have no CLI command yet:
- Perp Screener (
/api/v1/perp-screener) — Screen perp contracts by volume, OI, funding, smart money activity - Perp Leaderboard (
/api/v1/perp-leaderboard) — Global Hyperliquid trader leaderboard by PnL/ROI over a date range
Direct API Examples
# Perp Leaderboard — top traders by PnL over a date range
curl -s -X POST -H "apikey: $NANSEN_API_KEY" -H "Content-Type: application/json" \
-d '{"date":{"from":"2026-02-01","to":"2026-02-15"}}' \
"https://api.nansen.ai/api/v1/perp-leaderboard"
# Returns: trader_address, trader_address_label, total_pnl, roi, account_value
# Perp Screener — screen perp contracts by volume, OI, funding
curl -s -X POST -H "apikey: $NANSEN_API_KEY" -H "Content-Type: application/json" \
-d '{"date":{"from":"2026-02-01","to":"2026-02-15"}}' \
"https://api.nansen.ai/api/v1/perp-screener"
# Returns: token_symbol, volume, buy_volume, sell_volume, buy_sell_pressure, trader_count, mark_price, funding, open_interestInvestigation Flow
1. smart-money perp-trades → what are best traders doing? 2. token perp-pnl-leaderboard → who's most profitable? 3. profiler perp-positions → drill into a trader 4. token perp-positions → market positioning on an asset
References
- Command parameters:
references/commands.md(perp commands in smart-money, profiler, token sections) - Example response:
references/examples/smart-money-perp-trades.json - Smart money labels:
references/smart-money-labels.md - Cached schema:
references/schema.json
Attribution
📊 Data by Nansen