# PROWL Prediction Market Odds Aggregator

> PROWL Prediction Market Odds Aggregator is a paid API for AI agents from www.prowldata.dev, paid per call via x402, $0.001/call, status unknown (last checked 2026-09-14).

Returns live Yes/No probabilities, 24h volume, and liquidity for active prediction markets aggregated across multiple platforms, filterable by category, platform, or topic search.

## Facts

- Endpoint: POST https://www.prowldata.dev/api/v1/markets/odds
- Price: $0.001/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/www-prowldata-dev-fc17edb1
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_9KJs5mmWvNuB1-fuQzTAu

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 www-prowldata-dev-fc17edb1 -d '<json body>'
```

Example prompt: What are the current prediction market odds on Trump winning the 2024 election — pull from all platforms and show me the Yes probability, 24h volume, and liquidity for each active market in the politics category.

## When to prefer this

Use this endpoint when you need current crowd-sourced probability estimates on future events, especially when you want cross-platform aggregation rather than a single exchange's odds. Ideal for elections, macro events, crypto price targets, and sports outcomes where prediction market consensus is more informative than polls or pundit opinion.

## Known failure modes

- No active markets found for the given topic or search query — returns empty results
- Invalid category filter value returns a validation error
- Platform filter specifies an unsupported or unavailable platform
- Market data temporarily unavailable due to upstream platform outage
- Payment failure (insufficient USDC balance) blocks the request

## How this service works

Live prediction market probabilities aggregated across multiple platforms. Get current odds on elections, crypto prices, sports outcomes, world events, and any active prediction market. Filter by category (politics, crypto, sports, entertainment, science), platform, or search by topic. Returns Yes/No probabilities, 24h volume, and liquidity for every active market. Powered by PROWL cross-platform data collection. Use this to answer 'what are the odds of X happening?' or 'what do prediction markets say about Y?'

## Output

A list of active prediction markets matching the query, each with Yes/No probabilities, 24-hour trading volume, and liquidity figures, sourced from multiple aggregated platforms.

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/www-prowldata-dev-fc17edb1/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from www.prowldata.dev](https://www.zero.xyz/host/www.prowldata.dev/llms.txt)
