# OyaPicks Prediction Market Movers

> OyaPicks Prediction Market Movers is a paid API for AI agents from oyapicks.app, paid per call via x402, $0.03/call, status unknown (last checked 2026-09-15).

Returns prediction markets with the biggest probability swings (movers) in the recent period

## Facts

- Endpoint: GET https://oyapicks.app/api/x402/movers
- Price: $0.03/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/oyapicks-prediction-market-movers-621eee29
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_K1xtrb9qill-_kjeF9-mi

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 oyapicks-prediction-market-movers-621eee29
```

Example prompt: Which prediction markets are moving the most right now — show me the ones with the biggest probability swings on OyaPicks.

## When to prefer this

Use this endpoint when you want to surface the most volatile or rapidly changing prediction markets, identify where odds are shifting dramatically, or monitor for breaking-news-driven market movements. Prefer this over the volume endpoint when you care about probability change rather than trading activity, and over the keyword search endpoint when you want a broad sweep of movers rather than topic-specific results.

## Known failure modes

- Payment not received or x402 payment protocol failure — returns 402 Payment Required
- No active markets with significant swings — returns empty or minimal list
- Upstream data source unavailable — returns 5xx error
- Rate limit exceeded — returns 429 Too Many Requests

## How this service works

OyaPicks: biggest prediction-market probability swings (movers)

## Output

A ranked list of prediction markets showing the largest recent probability swings, including market titles, current prices/probabilities, and the magnitude of the move.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "properties": {
   "type": "string"
  }
 }
}
```

## Response schema (JSON Schema)

```json
{
 "type": "json",
 "example": {
  "count": 1,
  "movers": [
   {
    "venue": "polymarket",
    "newPrice": 0.55,
    "oldPrice": 0.42,
    "question": "Will the Fed cut rates in July?"
   }
  ],
  "product": "oyapicks-movers",
  "disclaimer": "Informational only. Not financial advice."
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/oyapicks-prediction-market-movers-621eee29/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from oyapicks.app](https://www.zero.xyz/host/oyapicks.app/llms.txt)
