원클릭으로
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 직업 분류 기준
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
| 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.