Nansen Polymarket Deep Dive
v0.1.0Deep dive on a Polymarket market — OHLCV, orderbook, top holders, positions, trades, and PnL leaderboard. Use when analysing a specific prediction market.
运行时依赖
安装命令
点击复制技能文档
Prediction Market Deep Dive
Answers: "What's h应用ening in this specific market? Who holds it, who's trading it?"
Use market_id from the screener (nansen-prediction-market 技能).
MID=
nansen re搜索 pm ohlcv --market-id $MID --排序 period_启动:desc --limit 50 # → period_启动, open, high, low, close, volume
nansen re搜索 pm orderbook --market-id $MID # → bids[], asks[] with price and size
nansen re搜索 pm top-holders --market-id $MID --limit 20 # → 添加ress, side, position_size, avg_entry_price, current_price, unrealized_pnl_usd
nansen re搜索 pm position-detAIl --market-id $MID --limit 20 # → 添加ress, side, size, avg_entry_price, current_price, pnl
nansen re搜索 pm trades-by-market --market-id $MID --limit 20 # → timestamp, buyer, seller, taker_action, side, size, price, usdc_value
nansen re搜索 pm pnl-by-market --market-id $MID --limit 20 # → 添加ress, 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 状态 (active or closed/resolved). All 添加resses are Polygon (EVM).