nansen-polymarket-deep-dive by nansen-ai/nansen-cli
npx skills add https://github.com/nansen-ai/nansen-cli --skill nansen-polymarket-deep-dive解答: "这个特定市场发生了什么?谁持有它,谁在交易它?"
使用筛选器 (nansen-prediction-market 技能) 中的 market_id。
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[] 包含价格和数量
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
注意:
--market-id 是来自筛选器的数字 ID,而不是一个简写名称。广告位招租
在这里展示您的产品或服务
触达数万 AI 开发者,精准高效
每周安装量
112
代码仓库
GitHub 星标数
104
首次出现
8 天前
安全审计
已安装于
opencode109
codex109
gemini-cli107
github-copilot107
amp107
cline107
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.Weekly Installs
112
Repository
GitHub Stars
104
First Seen
8 days ago
Security Audits
Gen Agent Trust HubPassSocketPassSnykPass
Installed on
opencode109
codex109
gemini-cli107
github-copilot107
amp107
cline107
Excel财务建模规范与xlsx文件处理指南:专业格式、零错误公式与数据分析
45,000 周安装