Productivity

nansen-polymarket-deep-dive

nansen-ai/nansen-cli · updated Apr 8, 2026

$npx skills add https://github.com/nansen-ai/nansen-cli --skill nansen-polymarket-deep-dive
summary

Answers: "What's happening in this specific market? Who holds it, who's trading it?"

skill.md

Prediction Market Deep Dive

Answers: "What's happening in this specific market? Who holds it, who's trading it?"

Use market_id from the screener (nansen-prediction-market skill).

MID=<market_id>

nansen research pm ohlcv --market-id $MID --sort period_start:desc --limit 50
# → period_start, open, high, low, close, volume

nansen research pm orderbook --market-id $MID
# → bids[], asks[] with price and size

nansen research pm top-holders --market-id $MID --limit 20
# → address, side, position_size, avg_entry_price, current_price, unrealized_pnl_usd

nansen research pm position-detail --market-id $MID --limit 20
# → address, side, size, avg_entry_price, current_price, pnl

nansen research pm trades-by-market --market-id $MID --limit 20
# → timestamp, buyer, seller, taker_action, side, size, price, usdc_value

nansen research pm pnl-by-market --market-id $MID --limit 20
# → address, side_held, net_buy_cost_usd, unrealized_value_usd, total_pnl_usd

Notes:

  • --market-id is a numeric ID from the screener, not a slug.
  • Works with any market ID regardless of status (active or closed/resolved).
  • All addresses are Polygon (EVM).
general reviews

Ratings

4.739 reviews
  • Sakura Menon· Dec 24, 2024

    Useful defaults in nansen-polymarket-deep-dive — fewer surprises than typical one-off scripts, and it plays nicely with `npx skills` flows.

  • Luis Bhatia· Dec 20, 2024

    nansen-polymarket-deep-dive fits our agent workflows well — practical, well scoped, and easy to wire into existing repos.

  • Fatima Huang· Dec 12, 2024

    Registry listing for nansen-polymarket-deep-dive matched our evaluation — installs cleanly and behaves as described in the markdown.

  • Luis Smith· Nov 15, 2024

    We added nansen-polymarket-deep-dive from the explainx registry; install was straightforward and the SKILL.md answered most questions upfront.

  • Henry Jackson· Nov 3, 2024

    nansen-polymarket-deep-dive reduced setup friction for our internal harness; good balance of opinion and flexibility.

  • Luis Abebe· Oct 26, 2024

    nansen-polymarket-deep-dive fits our agent workflows well — practical, well scoped, and easy to wire into existing repos.

  • Charlotte Chen· Oct 22, 2024

    We added nansen-polymarket-deep-dive from the explainx registry; install was straightforward and the SKILL.md answered most questions upfront.

  • Soo Tandon· Oct 6, 2024

    nansen-polymarket-deep-dive reduced setup friction for our internal harness; good balance of opinion and flexibility.

  • Yash Thakker· Sep 13, 2024

    nansen-polymarket-deep-dive reduced setup friction for our internal harness; good balance of opinion and flexibility.

  • Nikhil Anderson· Sep 13, 2024

    nansen-polymarket-deep-dive is among the better-maintained entries we tried; worth keeping pinned for repeat workflows.

showing 1-10 of 39

1 / 4