# BlockRun.AI Limitless Markets Listing

> BlockRun.AI Limitless Markets Listing is a paid API for AI agents from blockrun.ai, paid per call via x402, $0.001/call, status unknown (last checked 2026-09-15).

Lists and filters Limitless prediction markets with sorting capabilities

## Facts

- Endpoint: GET https://blockrun.ai/api/v1/pm/limitless/markets
- Price: $0.001/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/blockrun-ai-7635e437
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_UV8UC3I4IkhKdg_n-qYur

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 blockrun-ai-7635e437
```

Example prompt: Show me the currently available Limitless prediction markets — list them all so I can see what's open to trade.

## When to prefer this

Use this endpoint when you specifically need to browse or discover prediction markets on the Limitless platform. Prefer this over generic market listing endpoints when you need Limitless-specific market data with filtering and sorting. If you need cross-venue market listings, consider the Predexon canonical markets endpoint instead.

## Known failure modes

- Invalid filter parameters return 400 error
- Payment not received results in 402 response
- Limitless data source unavailable returns 503
- Empty result set if no markets match filters
- Rate limit exceeded returns 429

## How this service works

List Limitless markets with filtering and sorting

## Output

Returns a list of Limitless prediction markets, including market data objects with details such as market identifiers, titles, status, and other relevant metadata for each market available on the Limitless platform.

## Example request

```json
{
 "input": {
  "body": {}
 }
}
```

## 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/blockrun-ai-7635e437/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from blockrun.ai](https://www.zero.xyz/host/blockrun.ai/llms.txt)
