get_polymarket_signals
Retrieve up to 20 Polymarket outcome signals, filter by confidence, and poll for new ones using the 'since' index. Pay per request via x402.
Instructions
Get a batch of Polymarket predetermined outcome signals (up to 20). Supports polling via the 'since' parameter — pass the last seen index to get only new signals. Filter by confidence level. Costs $0.03 USDC via x402.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| count | No | Max signals to return (1-20, default 5) | |
| since | No | Get signals after this index (for polling — pass your last seen index). | |
| confidence | No | Filter by confidence: 'high', 'medium', or 'all' (default: 'all') |