# Seerium News Catalyst to Prediction-Market Links Feed

> Seerium News Catalyst to Prediction-Market Links Feed is a paid API for AI agents from api.seerium.xyz, paid per call via x402, $0.006/call, status unknown (last checked 2026-09-15).

Returns ranked, confidence-scored links between breaking news catalysts and related prediction markets, with freshness, urgency, liquidity, and probability context for crypto tickers.

## Facts

- Endpoint: GET https://api.seerium.xyz/v1/pulse/catalysts
- Price: $0.006/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/api-seerium-xyz-976bc072
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_5kvxPQMCkxjScY_W_y5uS

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 api-seerium-xyz-976bc072
```

Example prompt: Pull me the top 10 ranked news catalyst links to prediction markets for BTC, ETH, and SOL right now — only return ones with a confidence above 0.7, using Seerium's pulse catalysts feed.

## When to prefer this

Use this endpoint when you need to connect real-world news events to prediction market opportunities with confidence and urgency scoring — especially for crypto-focused catalysts (BTC, ETH, SOL) where you want ranked, actionable links rather than raw news or raw market data separately.

## Known failure modes

- Invalid ticker symbol returns empty results or 400 error
- minConfidence value outside 0–1 range triggers schema validation error
- Unknown source filter returns no results
- limit below minimum (1) returns error
- Payment not attached or insufficient USDC triggers 402 Payment Required
- No catalysts currently matching filters returns empty array

## How this service works

Crypto and prediction market intelligence through x402.

## Output

A ranked list of news catalyst-to-prediction-market link objects, each containing the catalyst headline, associated prediction market, confidence score, freshness indicator, urgency level, liquidity context, and current probability — filtered and sorted according to the query parameters provided.

## Example request

```json
{
 "input": {
  "type": "http",
  "method": "GET",
  "queryParams": {
   "limit": 5,
   "tickers": "BTC,ETH",
   "minConfidence": 0.5
  }
 }
}
```

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "$schema": "https://json-schema.org/draft/2020-12/schema",
 "required": [
  "input"
 ],
 "properties": {
  "input": {
   "type": "object",
   "required": [
    "type",
    "method"
   ],
   "properties": {
    "type": {
     "type": "string",
     "const": "http"
    },
    "method": {
     "enum": [
      "GET"
     ],
     "type": "string"
    },
    "queryParams": {
     "type": "object",
     "properties": {
      "limit": {
       "type": "number",
       "minimum": 1,
       "description": "Optional maximum news catalyst to prediction-market links to return."
      },
      "source": {
       "type": "string",
       "description": "Optional news provider or prediction-market source filter."
      },
      "tickers": {
       "type": "string",
       "description": "Optional comma-separated crypto tickers such as BTC,ETH,SOL."
      },
      "minConfidence": {
       "type": "number",
       "minimum": 0,
       "description": "Optional minimum catalyst link confidence."
      }
     }
    }
   },
   "additionalProperties": false
  },
  "output": {
   "type": "object",
   "required": [
    "type"
   ],
   "properties": {
    "type": {
     "type": "string"
    },
    "example": {
     "type": "object"
    }
   }
  }
 }
}
```

## Response schema (JSON Schema)

```json
{
 "type": "json",
 "example": {
  "data": {
   "criteria": {
    "limit": 3,
    "source": null,
    "tickers": [],
    "minConfidence": null
   },
   "returned": 1,
   "catalysts": [
    {
     "id": "pulse:headline_1",
     "news": {
      "id": "headline_1",
      "tags": [
       "news",
       "crypto"
      ],
      "status": "fresh",
      "summary": "Macro-sensitive crypto headlines from cached pulse sources.",
      "tickers": [
       "BTC"
      ],
      "headline": "Bitcoin volatility rises ahead of CPI print",
      "provider": "coindesk",
      "publishedAt": "2026-03-25T11:58:00.000Z"
     },
     "impact": {
      "url": "https://polymarket.com/event/will-btc-close-above-110k-this-week",
      "score": 0.92,
      "source": "polymarket",
      "spread": 0.02,
      "yesAsk": 0.49,
      "yesBid": 0.47,
      "urgency": "soon",
      "question": "Will BTC close above $110k this week?",
      "liquidity": 390000,
      "volume24h": 1200000,
      "confidence": 0.88,
      "marketSlug": "will-btc-close-above-110k-this-week",
      "hoursToClose": 61.5,
      "matchedTokens": [
       "BTC",
       "bitcoin"
      ],
      "probabilityMidpoint": 0.48
     },
     "reasons": [
      "matchedTokens=BTC,bitcoin",
      "linkConfidence=0.88",
      "urgency=soon"
     ],
     "catalystScore": 84.2,
     "freshnessMinutes": 4.5
    }
   ],
   "totalLinkedItems": 10
  },
  "meta": {
   "requestId": "req_example_123",
   "updatedAt": "2026-03-25T11:59:30.000Z",
   "freshnessMs": 30000,
   "generatedAt": "2026-03-25T12:00:00.000Z"
  },
  "product": {
   "id": "pulse-catalysts",
   "name": "Prediction Market Catalyst Signals",
   "path": "/v1/pulse/catalysts",
   "price": "$0.1000",
   "method": "GET",
   "accepts": [
    {
     "payTo": "0x81832eEDe3a4ad96CB3D7cA09977636D912fd3D5",
     "price": "$0.1000",
     "scheme": "exact",
     "network": "eip155:8453"
    },
    {
     "payTo": "2h752kAbb9z1jpdSzqMEYg9JHv6TPJ6T2BfAJMyjLFtZ",
     "price": "$0.1000",
     "scheme": "exact",
     "network": "solana:5eykt4UsFv8P8NJdTREpY1vzqKqZKvdp"
    }
   ],
   "networks": [
    "eip155:8453",
    "solana:5eykt4UsFv8P8NJdTREpY1vzqKqZKvdp"
   ]
  },
  "service": "seerium-x402-api"
 }
}
```

## More

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