# OyaPicks Arbitrage – Cross-Venue Prediction Market Price Gaps

> OyaPicks Arbitrage – Cross-Venue Prediction Market Price Gaps is a paid API for AI agents from oyapicks.app, paid per call via x402, $0.05/call, status unknown (last checked 2026-09-13).

Returns prediction market outcomes that are priced differently across Polymarket and Alpha Arcade, identifying arbitrage opportunities from cross-venue probability gaps.

## Facts

- Endpoint: GET https://oyapicks.app/api/x402/arbitrage
- Price: $0.05/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-13
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/oyapicks-arbitrage-cross-venue-prediction-market-price-gaps-b1580048
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_O6ZRhrFjAcfQ8HhvAj4TT

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-arbitrage-cross-venue-prediction-market-price-gaps-b1580048
```

Example prompt: Are there any prediction markets right now where the same outcome is priced differently on Polymarket versus Alpha Arcade? Show me the biggest cross-venue price gaps I could potentially arbitrage.

## When to prefer this

Use this endpoint when you specifically want to compare the same prediction market outcome across Polymarket and Alpha Arcade to find cross-venue pricing discrepancies. It is distinct from the OyaPicks volume spikes or movers endpoints — those track momentum on a single venue, while this endpoint is purpose-built for cross-platform arbitrage detection.

## Known failure modes

- No arbitrage gaps found at query time — markets may be efficiently priced across venues in that moment
- Stale data if market prices have moved since last fetch
- One or both venues may be temporarily unreachable, causing incomplete comparison
- Rate limiting or payment failure for the $0.05 USDC x402 charge

## How this service works

OyaPicks: live prediction-market data across Polymarket and Alpha Arcade, including cross-venue arbitrage gaps where the same outcome is priced differently.

## Output

A list of prediction market outcomes where the same event is priced at materially different probabilities on Polymarket and Alpha Arcade, including the outcome description, per-venue prices, and the gap magnitude — enabling the caller to identify cross-venue arbitrage plays.

## 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-arbitrage-cross-venue-prediction-market-price-gaps-b1580048/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)
