π¦ ClawHub
Nansen Wallet Deep Dive
by @nansen-devops
Who is this wallet and what have they been doing? Identity labels, balance, PnL summary, recent transactions, perp positions, and counterparties.
TERMINAL
clawhub install nansen-wallet-deep-diveπ About This Skill
name: nansen-wallet-deep-dive description: "Who is this wallet and what have they been doing? Identity labels, balance, PnL summary, recent transactions, perp positions, and counterparties." metadata: openclaw: requires: env: - NANSEN_API_KEY bins: - nansen primaryEnv: NANSEN_API_KEY install: - kind: node package: nansen-cli bins: [nansen] allowed-tools: Bash(nansen:*)
Wallet Analysis
Answers: "Who is this wallet and what have they been doing?"
ADDR= CHAIN=ethereumnansen research profiler labels --address $ADDR --chain $CHAIN
β label, category (e.g. "Smart Trader", "Fund", "Public Figure", ENS names)
nansen research profiler balance --address $ADDR --chain $CHAIN
β token_symbol, token_name, token_amount, price_usd, value_usd per holding
nansen research profiler pnl-summary --address $ADDR --chain $CHAIN --days 30
β realized_pnl_usd, realized_pnl_percent, win_rate, traded_token_count, traded_times, top5_tokens
nansen research profiler transactions --address $ADDR --chain $CHAIN --limit 20
β block_timestamp, method, tokens_sent, tokens_received, volume_usd, source_type
nansen research profiler perp-positions --address $ADDR
β asset_positions, margin_summary_account_value_usd, margin_summary_total_margin_used_usd
nansen research profiler counterparties --address $ADDR --chain $CHAIN --days 30
β counterparty_address, counterparty_address_label, interaction_count, total_volume_usd, volume_in/out_usd
perp-positions returns Hyperliquid data β returns empty if the wallet has no open perps.