← Back to list

tool-polymarket-trades
by captaindpt
⭐ 0🍴 0📅 Jan 18, 2026
SKILL.md
name: tool-polymarket-trades description: Use the polymarket_trades tool to fetch and filter recent Polymarket trades (free Data API), optionally by market or wallet.
polymarket_trades (Polymarket trade tape)
When to use
- See recent trade flow for a specific market (or wallet).
- Detect whale activity (combine with
minSize).
Parameters
marketId(string, optional):- Gamma numeric id like
"516710"or - conditionId hex like
"0x..."(64 hex chars). - If numeric, the tool resolves it to conditionId via Gamma.
- Gamma numeric id like
user(string, optional): Wallet address (0x...) to filter trades.limit(int, optional, 1–500): Default 50.minSize(number, optional): Filters out trades smaller than this (USD size from API).
Examples
By market:
{ "name": "polymarket_trades", "params": { "marketId": "516710", "limit": 200, "minSize": 250 } }
By wallet:
{ "name": "polymarket_trades", "params": { "user": "0xabc123...", "limit": 100 } }
Output
- Returns:
{ marketId, conditionId, user, trades: Array<{ts,wallet,side,outcome,price,size,title,url,conditionId,tx}> } - Rendered:
Meta(text: marketId/conditionId/user/trades count)Trades(table: ts/side/outcome/price/size/wallet/title)
Notes
- If both
userandmarketIdare provided, the API returns trades matching both filters. targetWindow:poly
Score
Total Score
50/100
Based on repository quality metrics
✓SKILL.md
SKILL.mdファイルが含まれている
+20
○LICENSE
ライセンスが設定されている
0/10
○説明文
100文字以上の説明がある
0/10
○人気
GitHub Stars 100以上
0/15
○最近の活動
3ヶ月以内に更新がある
0/10
○フォーク
10回以上フォークされている
0/5
✓Issue管理
オープンIssueが50未満
+5
✓言語
プログラミング言語が設定されている
+5
○タグ
1つ以上のタグが設定されている
0/5
Reviews
💬
Reviews coming soon