# OyaPicks New Markets Feed

> OyaPicks New Markets Feed 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 that have been newly listed since the last snapshot on OyaPicks

## Facts

- Endpoint: GET https://oyapicks.app/api/x402/new-markets
- 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-new-markets-feed-9b51460c
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_WF6R3-Zbt1At5xGnQao2X

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-new-markets-feed-9b51460c
```

Example prompt: Show me which prediction markets have been newly listed on OyaPicks since the last snapshot — I want to see what fresh markets just opened up.

## When to prefer this

Use this endpoint when you want to discover freshly listed prediction markets that didn't exist in the prior data snapshot — ideal for monitoring new market creation, alerting on new opportunities, or building a feed of the latest markets. Prefer this over the volume-spike or movers endpoints when recency of listing (not trading activity) is the primary criterion.

## Known failure modes

- No new markets since last snapshot — returns empty list
- Payment not processed — 402 Payment Required returned
- Snapshot data unavailable — service error or stale state
- Rate limiting or upstream data source failure

## How this service works

OyaPicks: prediction markets newly listed since the last snapshot

## Output

A list of prediction markets that are newly listed since the previous snapshot, including market titles, current probabilities/prices, and listing metadata such as when each market was added.

## 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-new-markets-feed-9b51460c/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)
