# OyaPicks Recently Resolved Prediction Markets

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

Returns a list of recently resolved prediction markets along with their winning outcomes

## Facts

- Endpoint: GET https://oyapicks.app/api/x402/resolutions
- Price: $0.03/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/oyapicks-recently-resolved-prediction-markets-ea63a2fb
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_6JS91qn2sK_TG9_aV3879

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-recently-resolved-prediction-markets-ea63a2fb
```

Example prompt: Can you pull up the most recently resolved prediction markets and tell me which outcomes won?

## When to prefer this

Use this endpoint when you need to know how recent prediction markets were resolved and what outcomes won, rather than looking at live or active markets. Ideal for post-hoc analysis, verifying results, tracking market accuracy, or auditing past predictions. Prefer this over sibling endpoints when you want settled/resolved data rather than live prices, volume spikes, or new listings.

## Known failure modes

- Payment not included or insufficient — HTTP 402 returned requiring $0.03 USDC payment via x402 protocol
- No recently resolved markets available — empty list returned
- Service temporarily unavailable — HTTP 500 or timeout
- Rate limiting or invalid request — HTTP 400 or 429

## How this service works

OyaPicks: recently resolved prediction markets and their winning outcome

## Output

A list of recently resolved prediction markets including each market's title, the winning outcome, and resolution details such as when the market settled

## Request schema (JSON Schema)

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

## Response schema (JSON Schema)

```json
{
 "type": "json",
 "example": {
  "disclaimer": "Informational only. Not financial advice."
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/oyapicks-recently-resolved-prediction-markets-ea63a2fb/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)
