nansen-perp-trader

Deep dive on a Hyperliquid perp trader. Identity, open positions, recent trades, and overall PnL.

Safety Notice

This listing is imported from skills.sh public index metadata. Review upstream SKILL.md and repository scripts before running.

Copy this and send it to your AI assistant to learn

Install skill "nansen-perp-trader" with this command: npx skills add askeluv/nansen-cli/askeluv-nansen-cli-nansen-perp-trader

Perp Trader

Answers: "What is this perp trader doing? What are their positions and track record?"

ADDR=<address>

nansen research profiler labels --address $ADDR --chain ethereum
# → label, category (identity, SM labels)

nansen research profiler perp-positions --address $ADDR
# → asset_positions, margin_summary_account_value_usd, margin_summary_total_margin_used_usd

nansen research profiler perp-trades --address $ADDR --days 7 --limit 20
# → timestamp, token_symbol, side, action (Open/Close/Reduce), price, size, value_usd, closed_pnl, fee_usd

nansen research perp leaderboard --days 7 --limit 50
# → trader_address, total_pnl, roi, account_value (check if ADDR appears)

Cross-reference perp-trades with perp-positions to see if the trader is scaling in/out. Leaderboard shows relative standing.

Source Transparency

This detail page is rendered from real SKILL.md content. Trust labels are metadata-based hints, not a safety guarantee.

Related Skills

Related by shared tags or category signals.

Coding

nansen-perp-trader

No summary provided by upstream source.

Repository SourceNeeds Review
Coding

nansen-cli

No summary provided by upstream source.

Repository SourceNeeds Review
Coding

nansen-profiler

No summary provided by upstream source.

Repository SourceNeeds Review
Coding

nansen-smart-money

No summary provided by upstream source.

Repository SourceNeeds Review