# Omnicall Polymarket Prediction Market Odds

> Omnicall Polymarket Prediction Market Odds is a paid API for AI agents from omnicall.gocreativeai.com, paid per call via x402, $0.003/call, status unknown (last checked 2026-09-15).

Returns live Polymarket prediction-market odds — outcome implied probabilities and 24-hour trading volume — for any keyword search query.

## Facts

- Endpoint: GET https://omnicall.gocreativeai.com/v1/markets/:var1
- Price: $0.003/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/omnicall-polymarket-prediction-market-odds-a4e254b7
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_eNERqjQo7p2xLNzw8Nad_

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 omnicall-polymarket-prediction-market-odds-a4e254b7
```

Example prompt: What are the current Polymarket odds and 24-hour trading volume for markets related to 'Federal Reserve rate cut 2025'?

## When to prefer this

Use this endpoint when an AI trading or research agent needs real-time crowd-sourced probability estimates from Polymarket for any event, without needing a Polymarket API key or account. Ideal for agents that need keyless, pay-per-call access to prediction market data for decision-making, event probability lookups, or sentiment analysis via market odds.

## Known failure modes

- No markets found for the given keyword — returns empty results
- Keyword too generic returning irrelevant markets
- Polymarket data temporarily unavailable causing stale or error response
- Payment failure (insufficient USDC balance) resulting in 402 error
- Rate limiting or gateway timeout if query volume is high

## How this service works

Live prediction-market odds (Polymarket) — search active markets by keyword and get each outcome's implied probability + 24h volume. For trading, research and forecasting agents.

## Output

Returns a list of matching Polymarket markets with their current outcome implied probabilities (e.g. Yes: 62%, No: 38%) and the 24-hour trading volume in USD for each market found matching the keyword query.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "$schema": "https://json-schema.org/draft/2020-12/schema",
 "required": [
  "input"
 ],
 "properties": {
  "input": {
   "type": "object",
   "required": [
    "type",
    "method"
   ],
   "properties": {
    "type": {
     "type": "string",
     "const": "http"
    },
    "method": {
     "enum": [
      "GET",
      "HEAD",
      "DELETE"
     ],
     "type": "string"
    },
    "pathParams": {
     "type": "object"
    },
    "queryParams": {
     "type": "object",
     "required": [
      "input"
     ],
     "properties": {
      "input": {
       "type": "string",
       "description": "endpoint argument"
      }
     }
    }
   },
   "additionalProperties": false
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/omnicall-polymarket-prediction-market-odds-a4e254b7/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from omnicall.gocreativeai.com](https://www.zero.xyz/host/omnicall.gocreativeai.com/llms.txt)
