userstringrequired
The Polymarket user to monitor. Enter a wallet address (0x...) or a Polymarket username (e.g., 'gabagool22'). Usernames are automatically resolved to wallet addresses.
minSizenumber
Minimum trade amount in USDC to trigger on. Only trades with USDC value >= this amount will trigger the workflow.
sidestring
Filter by trade side. If not specified, triggers on both BUY and SELL trades.
marketIdsarray
Optional list of market/condition IDs to filter. Only trades in these markets will trigger.
keywordsarray
Filter by market keywords. Only trades on markets whose title or description contain any of these keywords will trigger. Case-insensitive substring match.
minPricenumber
Minimum trade price (0-1 range, e.g. 0.30 = 30¢). Only trades at or above this price will trigger.
maxPricenumber
Maximum trade price (0-1 range, e.g. 0.80 = 80¢). Only trades at or below this price will trigger.