# Polymarket Intelligence Feed

> Polymarket Intelligence Feed is a paid API for AI agents from the-stall.intuitek.ai, paid per call via x402, $0.034/call, status unknown (last checked 2026-09-14).

Fetches AI-callable intelligence data from Polymarket prediction markets, including market odds, probabilities, and event outcomes

## Facts

- Endpoint: GET https://the-stall.intuitek.ai/cap/polymarket-intel
- Price: $0.034/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/polymarket-intelligence-feed-b159b787
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_gFYnZH1YNdhTehF7Auaxz

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 polymarket-intelligence-feed-b159b787
```

Example prompt: What are the current Polymarket odds for who wins the 2024 US presidential election — pull the latest prediction market probabilities for each candidate.

## When to prefer this

Use this endpoint when you need real-time crowd-sourced probability data from Polymarket prediction markets, particularly for political events, elections, economic outcomes, or any binary/multi-outcome events. Prefer this over news APIs when you need quantified probability estimates rather than qualitative reporting. Best suited for decision-support scenarios where knowing market-implied probabilities matters.

## Known failure modes

- Market not found for the queried event — returns empty or 404-equivalent
- Payment failure on Base mainnet USDC — returns HTTP 402
- Polymarket data temporarily unavailable — upstream timeout or 503
- Invalid query parameters — schema validation error
- Market has resolved and no longer has live odds — returns historical data only

## How this service works

Polymarket prediction market data. Search by topic keyword (e.g. 'bitcoin', 'election', 'fed rate') or retrieve top markets by trading volume. Returns Yes/No probabilities, volume, liquidity, price momentum, and resolution date. No API keys. Use for event risk, trading signal context, or agent decision support.

## Output

Returns Polymarket prediction market intelligence including current probability estimates, market odds, and crowd-sourced forecasts for events queried. Likely includes market ID, outcome names, current YES/NO prices or percentage probabilities, trading volume, and event metadata.

## Example request

```json
{
 "required": "2024 US presidential election winner",
 "properties": "market_odds,probabilities,candidates"
}
```

## Request schema (JSON Schema)

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

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/polymarket-intelligence-feed-b159b787/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from the-stall.intuitek.ai](https://www.zero.xyz/host/the-stall.intuitek.ai/llms.txt)
