# Oddify Events List - Polymarket Events with Filtering, Search, and Pagination

> Oddify Events List - Polymarket Events with Filtering, Search, and Pagination is a paid API for AI agents from api.oddify.xyz, paid per call via x402, $0.0001/call, status unknown (last checked 2026-09-15).

Retrieves a paginated, filterable, and searchable list of prediction market events from Polymarket via the Oddify data gateway

## Facts

- Endpoint: POST https://api.oddify.xyz/api/v1/data/events
- Price: $0.0001/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/oddify-events-list-polymarket-events-with-filtering-search-and-1bd7ab36
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_As9jvGIxM0TwTr_SP_LB-

Status and success rate cover calls made through Zero and Zero's own probes. Third-party monitors may report differently.

## How to call it through Zero

Zero handles the 402 payment challenge and records the run. With the Zero CLI installed (`npm i -g @zeroxyz/cli`):

```sh
zero fetch --capability oddify-events-list-polymarket-events-with-filtering-search-and-1bd7ab36 -d '<json body>'
```

Example prompt: Show me the first 20 active Polymarket events related to US politics, sorted by most recent.

## When to prefer this

Use this endpoint when you need to browse, search, or filter multiple Polymarket events at once with pagination support. Prefer this over the single-event endpoint when you need a list or don't have a specific event ID. Choose this over the markets endpoint when you want event-level granularity rather than individual market contracts.

## Known failure modes

- Invalid filter parameters return an error response
- Pagination out of bounds returns empty events array
- Search query yields no results returning empty array
- Payment failure (insufficient USDC) blocks request
- Rate limiting or quota exceeded returns error
- Malformed POST body causes validation error

## How this service works

Get events with filtering, search, and pagination

## Output

Returns a structured response containing an array of Polymarket events matching the query, along with pagination details (total count, current page, page size) and response metadata. Each event includes information about the underlying prediction market event.

## Response schema (JSON Schema)

```json
{
 "output": {
  "data": {
   "meta": "object",
   "events": "array",
   "pagination": "object"
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/oddify-events-list-polymarket-events-with-filtering-search-and-1bd7ab36/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from api.oddify.xyz](https://www.zero.xyz/host/api.oddify.xyz/llms.txt)
