ワンクリックで
context-research-activity-monitor
Track trading volume and market movements across Context Markets
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
メニュー
Track trading volume and market movements across Context Markets
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
SOC 職業分類に基づく
| name | context-research-activity-monitor |
| description | Track trading volume and market movements across Context Markets |
Monitor trading activity across all markets or for a specific market to track volume patterns and significant trades.
The user wants to see recent trades, track volume patterns, or identify markets with unusual activity.
Get global activity — context_global_activity (MCP) or ctx.markets.globalActivity() for a cross-market feed of recent trades.
context markets global-activityFilter by market — for a specific market, use ctx.markets.activity(marketId, params?):
context markets activity <marketId>startTime, endTime paramstypes paramAnalyze patterns:
Cross-reference with oracle — if you see unusual activity, check context_get_oracle to see if the oracle supports the direction of the flow.
Track over time — use context_price_history to see how prices have moved alongside the activity.
cursor from the response to fetch more. Default limit varies by endpoint.marketId if you're tracking a specific market.types param if you only want fills.context_price_history.Create, cancel, or manage multiple orders in a single batch
Place and manage prediction market orders on Context Markets
Build an embeddable single-market prediction widget with buy/sell buttons
Build a portfolio dashboard showing positions, P&L, balances, and claimable winnings
Build prediction market frontends with the Context React SDK
Scaffold a full prediction market trading UI with market list, orders, and portfolio