get_odds_event_list
List prediction market events with filters for category, platform, and status. Returns events including markets and outcome probabilities.
Instructions
List prediction market events, optionally filtered by category, platform, and status. Returns events with markets and outcome probabilities. Use get_odds_categories to discover valid category values. Limit max 50 per page.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| category | No | Category filter e.g. crypto, politics, sports. Use get_odds_categories to list valid values. | |
| status | No | Filter by event status. Default 'open'. | open |
| sort | No | Sort order | volume |
| page | No | Page number for pagination | |
| limit | No | Results per page (max 50) | |
| platform | No | Platform filter | |
| cursor | No | Cursor for next page pagination. Pass the cursor value from a previous response. |