# OyaPicks Closing-Soon Prediction Markets

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

Returns prediction markets on OyaPicks that are closing/resolving within the next 48 hours

## Facts

- Endpoint: GET https://oyapicks.app/api/x402/closing-soon
- Price: $0.02/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/oyapicks-closing-soon-prediction-markets-ba758f0d
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_bl32dsnFv0UJglrrgHRe8

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-closing-soon-prediction-markets-ba758f0d
```

Example prompt: Show me all the prediction markets on OyaPicks that are closing or resolving in the next 48 hours — I want to see what's still live and about to settle.

## When to prefer this

Use this endpoint when you need time-sensitive prediction market data — specifically markets that are about to resolve. Prefer this over the general search or top-volume endpoints when the goal is identifying urgent trading or viewing opportunities with imminent resolution. Ideal for monitoring workflows that alert on closing opportunities or for agents that want to act before markets lock.

## Known failure modes

- No markets found closing within 48 hours (empty list returned)
- Payment required error if $0.02 USDC x402 payment not provided
- Rate limiting or authentication issues with the x402 payment protocol
- Service downtime or upstream data unavailability

## How this service works

OyaPicks: prediction markets resolving in the next 48 hours

## Output

A list of prediction markets that resolve within the next 48 hours, including market titles, current outcome probabilities/prices, resolution deadlines, and relevant metadata for each market.

## 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-closing-soon-prediction-markets-ba758f0d/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)
