tool-polymarket-trades
Installation
SKILL.md
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).