# PROWL Prediction Market Resolution History

> PROWL Prediction Market Resolution History 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 recently resolved prediction markets with outcomes, final odds, and resolution details for backtesting, verification, and accuracy tracking.

## Facts

- Endpoint: POST https://www.prowldata.dev/api/v1/markets/resolution
- 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-e76323e5
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_Kds93BHSxNyiyPmoH0PHF

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-e76323e5 -d '<json body>'
```

Example prompt: Did the prediction markets get the Bitcoin price call right last month? Show me recently resolved crypto prediction markets from PROWL with their final odds and outcomes.

## When to prefer this

Use this endpoint when you need historical resolved market data — to verify whether a predicted event occurred, evaluate prediction market accuracy, or backtest trading strategies. For live/current odds use the live markets endpoint instead. Best when the user asks 'did X happen?' or wants to review past outcomes rather than current probabilities.

## Known failure modes

- No markets found matching filters — returns empty result set
- Invalid date range or filter parameters — returns 400 validation error
- Platform or category filter not recognized — returns 400 error
- Service unavailable or data feed lag — returns 503
- Payment not processed — returns 402 payment required

## How this service works

Recently resolved prediction markets and their outcomes. Track which predictions came true, who was right, and what the final odds were before resolution. Useful for backtesting strategies, verifying claims about past events, or tracking platform accuracy. Powered by PROWL. Use this to answer 'did X happen?' or 'what prediction markets resolved recently?'

## Output

A list of recently resolved prediction markets including market title, the correct outcome (Yes/No or specific result), the final probability/odds just before resolution, resolution timestamp, trading platform, 24h volume near resolution, and whether the market resolved as expected.

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/www-prowldata-dev-e76323e5/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)
