# sol.blockrun.ai Prediction Market Cross-Platform Search

> sol.blockrun.ai Prediction Market Cross-Platform Search is a paid API for AI agents from sol.blockrun.ai, paid per call via x402, $0.0075/call, status unknown (last checked 2026-09-14).

Search and discover prediction markets across Polymarket, Kalshi, Limitless, Opinion, and Predict.Fun in a single unified query

## Facts

- Endpoint: GET https://sol.blockrun.ai/api/v1/pm/markets/search
- Price: $0.0075/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/sol-blockrun-ai-prediction-market-cross-platform-search-e6605254
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_OUVTx3rHNZ61r6PiHOrdF

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 sol-blockrun-ai-prediction-market-cross-platform-search-e6605254
```

Example prompt: Can you search across all major prediction market platforms — Polymarket, Kalshi, Limitless, and the others — for any active markets related to the Federal Reserve cutting interest rates this year?

## When to prefer this

Use this endpoint when you need to discover prediction markets spanning multiple platforms in a single call rather than querying each platform's API individually. Ideal when a user wants comprehensive market coverage without knowing which platform hosts a specific market, or when building aggregated views of sentiment across the prediction market ecosystem.

## Known failure modes

- No markets found matching the query — returns empty result set
- Upstream platform(s) temporarily unavailable causing partial results
- Ambiguous or too-broad query returning irrelevant markets
- Rate limiting or payment failure returning 402 or 429 error

## How this service works

Search markets across Polymarket, Kalshi, Limitless, Opinion, and Predict.Fun in a single call

## Output

Returns a unified list of prediction market results aggregated across Polymarket, Kalshi, Limitless, Opinion, and Predict.Fun, including market questions, current prices or probabilities, platform source, and status metadata.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "input": {
   "type": "object",
   "properties": {
    "query": {
     "type": "object",
     "required": [],
     "properties": {}
    }
   }
  },
  "output": {
   "type": "object",
   "properties": {
    "example": {
     "type": "object",
     "properties": {
      "data": {
       "type": "object"
      }
     }
    }
   }
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/sol-blockrun-ai-prediction-market-cross-platform-search-e6605254/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from sol.blockrun.ai](https://www.zero.xyz/host/sol.blockrun.ai/llms.txt)
