# Seerium Weather-Markets Intelligence Feed

> Seerium Weather-Markets Intelligence 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 NOAA weather context paired with related Polymarket-style prediction market states for weather-driven trading intelligence.

## Facts

- Endpoint: GET https://api.seerium.xyz/v1/pulse/weather-markets
- 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-ae516cef
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_HhfgvKSp9QMYXjSPR0MfE

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-ae516cef
```

Example prompt: Pull the latest weather prediction market intelligence — I want to see current NOAA weather context paired with any related Polymarket-style markets and their signals so I can spot weather-driven trading opportunities.

## When to prefer this

Choose this endpoint when you need the intersection of weather data and prediction markets in a single call — specifically when an agent needs to identify weather-driven trading opportunities on Polymarket-style venues without manually cross-referencing NOAA feeds and market data separately. It is the only endpoint that fuses NOAA weather context with live market state in one response.

## Known failure modes

- 402 Payment Required if USDC payment header is missing or insufficient (requires $0.006 USDC via x402 protocol)
- No active weather-linked markets available at query time
- NOAA data unavailable or stale leading to incomplete pairing
- Rate limiting if too many requests in a short window
- Empty results if no weather events are currently correlated to active prediction markets

## How this service works

Delivers pulse data for weather-related markets.

## Output

A structured response containing NOAA weather context (current conditions, forecasts) alongside related prediction market snapshots including market state, odds, Seerium confidence signals, and ranked trading opportunities tied to weather outcomes.

## Example request

```json
{
 "input": {
  "type": "http",
  "method": "GET",
  "queryParams": {}
 }
}
```

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "properties": {
   "type": "string"
  }
 }
}
```

## Response schema (JSON Schema)

```json
{
 "type": "json",
 "example": {
  "data": {
   "items": [
    {
     "city": "New York",
     "rule": {
      "kind": "at_or_above",
      "label": "70F or higher",
      "threshold": 70
     },
     "unit": "F",
     "error": null,
     "source": "polymarket",
     "status": "ok",
     "station": {
      "stationId": "KNYC",
      "stationName": "Central Park",
      "stationDistanceMeters": 3200
     },
     "location": {
      "gridX": 33,
      "gridY": 35,
      "gridId": "OKX",
      "latitude": 40.7128,
      "timezone": "America/New_York",
      "longitude": -74.006,
      "relativeCity": "New York",
      "relativeState": "NY"
     },
     "question": "Will NYC reach 70F on March 27?",
     "expiresAt": "2026-03-25T12:12:00.000Z",
     "marketKey": "nyc-high-temp-2026-03-27",
     "marketUrl": "https://polymarket.com/event/will-nyc-hit-70f-on-mar-27",
     "updatedAt": "2026-03-25T11:57:00.000Z",
     "endDateIso": "2026-03-27T23:59:59.000Z",
     "marketSlug": "will-nyc-hit-70f-on-mar-27",
     "targetDate": "2026-03-27",
     "conditionId": "0xcondition",
     "endTimestamp": 1774655999000,
     "locationQuery": "New York, NY",
     "currentWeather": {
      "iconUrl": "https://example.com/weather/icon.png",
      "dewpointC": 10.2,
      "dewpointF": 50.4,
      "observedAt": "2026-03-25T11:55:00.000Z",
      "temperatureC": 19.4,
      "temperatureF": 66.9,
      "windSpeedKph": 12.2,
      "windSpeedMph": 7.6,
      "textDescription": "Partly Cloudy",
      "relativeHumidity": 55
     },
     "conditionMetNow": false,
     "currentTempMarketUnit": 66.9
    }
   ]
  },
  "meta": {
   "requestId": "req_example_123",
   "updatedAt": "2026-03-25T11:59:30.000Z",
   "freshnessMs": 30000,
   "generatedAt": "2026-03-25T12:00:00.000Z"
  },
  "product": {
   "id": "pulse-weather-markets",
   "name": "Weather Prediction Market API",
   "path": "/v1/pulse/weather-markets",
   "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-ae516cef/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)
