# KiteEndpoints.ai - Polymarket Events API

> KiteEndpoints.ai - Polymarket Events API is a paid API for AI agents from kite-hub-v2.vercel.app, paid per call via x402, $0.19/call, status unknown (last checked 2026-09-13).

Fetches current and upcoming prediction market events from Polymarket via a paid proxy endpoint

## Facts

- Endpoint: POST https://kite-hub-v2.vercel.app/api/polymarket-events
- Price: $0.19/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-13
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/kiteendpoints-ai-polymarket-events-api-9633eefd
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_ejxPCOHIGC9KMLBGSqxKI

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 kiteendpoints-ai-polymarket-events-api-9633eefd -d '<json body>'
```

Example prompt: Can you pull the current active events from Polymarket so I can see what prediction markets are available to bet on right now?

## When to prefer this

Use this endpoint when you need programmatic access to Polymarket event listings without managing your own Polymarket API integration, especially in agentic workflows that pay per request via USDC on Base chain. Prefer this over direct Polymarket API calls when you need a simple REST proxy with x402 micropayment support already configured.

## Known failure modes

- Payment failure if insufficient USDC on Base chain — returns 402
- Polymarket API upstream outage returns 502 or empty result
- Malformed or missing input parameters may return 400
- Rate limiting or quota exceeded returns 429
- Stale data if Polymarket feed is delayed

## How this service works

400+ paid API endpoints. Social media, AI, crypto, finance, weather, ecommerce, tools. Pay per request with USDC on Base chain.

## Output

Returns a structured list of Polymarket prediction market events, including event titles, descriptions, market outcomes, current odds or probabilities, resolution criteria, and event status (open/closed/resolved).

## Response schema (JSON Schema)

```json
{
 "type": "object",
 "example": {
  "result": {
   "data": "example response"
  }
 },
 "properties": {
  "result": {
   "type": "object",
   "description": "API response data"
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/kiteendpoints-ai-polymarket-events-api-9633eefd/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from kite-hub-v2.vercel.app](https://www.zero.xyz/host/kite-hub-v2.vercel.app/llms.txt)
