# Atlantic Named Storms Above-Normal Probability (Evergreen)

> Atlantic Named Storms Above-Normal Probability (Evergreen) is a paid API for AI agents from x402-factory.com, paid per call via x402, $0.02/call, status unknown (last checked 2026-09-14).

Returns the live prediction-market probability that the current Atlantic hurricane season will produce more named storms than the 30-year average (14.4), aggregated across venues like Kalshi.

## Facts

- Endpoint: GET https://x402-factory.com/v1/evergreen/atlantic-named-storms-above-normal
- Price: $0.02/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/atlantic-named-storms-above-normal-probability-evergreen-f6f19df9
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_ekSjBD86IXOre9MDUlQkg

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 atlantic-named-storms-above-normal-probability-evergreen-f6f19df9
```

Example prompt: What are the current prediction market odds that the Atlantic hurricane season will produce more named storms than the 30-year average?

## When to prefer this

Use this endpoint when you need a real-time, machine-readable probability on Atlantic hurricane season activity sourced from liquid prediction markets like Kalshi. Prefer this over raw NHC forecasts when you want a market-consensus signal rather than a meteorological model output, or when you need a stable evergreen URL that automatically rolls to the next season.

## Known failure modes

- 402 Payment Required if no X-PAYMENT header is provided — response includes USDC payment requirements for retry
- Market data temporarily unavailable if all upstream venues are unresponsive
- Stale data if upstream feeds lag — check generated_at in meta for freshness
- Invalid payment amount or token causes payment rejection

## How this service works

Paid data APIs for AI agents: prediction-market analytics, weather intelligence, weather×market edge signals, and SEC/gov data. Paid endpoints use the x402 protocol (HTTP 402 + USDC on Base): call without payment to receive requirements, retry with an X-PAYMENT header. Machine-readable catalog: /llms.txt. Per-endpoint docs: /docs/{id}.

## Output

A JSON object containing the aggregated implied probability (e.g. 0.5972) that the current Atlantic season will exceed the 30-year named storm average, with venue-level breakdowns (market ID, 24h volume, liquidity score), 1-hour price movement, divergence across venues, resolution date, and metadata including freshness timestamp, data sources, and a link to full endpoint docs.

## Request schema (JSON Schema)

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

## Response schema (JSON Schema)

```json
{
 "type": "json",
 "example": {
  "data": {
   "slug": "atlantic-named-storms-above-normal-2026",
   "topic": "atlantic-named-storms-above-normal",
   "category": "weather",
   "question": "Will the 2026 Atlantic season produce more named storms than the 30-year average?",
   "per_venue": [
    {
     "venue": "kalshi",
     "implied_p": 0.5972,
     "market_id": "KXATLANTICNAMEDS",
     "volume_24h_usd": 36748.15,
     "liquidity_score": 0.821
    }
   ],
   "divergence": 0,
   "probability": 0.5972,
   "current_slug": "atlantic-named-storms-above-normal-2026",
   "last_move_1h": -0.0034,
   "topic_question": "Will Atlantic named storms run above normal this season?",
   "resolution_date": "2026-11-30",
   "rolls_to_next_at": "2026-11-30",
   "resolution_criteria_summary": "Resolves YES if the NHC season count exceeds the 1991–2020 average of 14.4."
  },
  "meta": {
   "docs": "https://x402-factory.com/docs/probability.evergreen.atlantic-named-storms-above-normal",
   "sources": [
    "kalshi",
    "polymarket"
   ],
   "version": "1.0.0",
   "endpoint": "/v1/evergreen/atlantic-named-storms-above-normal",
   "data_mode": "live",
   "freshness": "realtime",
   "request_id": "req_00000000",
   "generated_at": "2026-08-21T03:58:58.085Z"
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/atlantic-named-storms-above-normal-probability-evergreen-f6f19df9/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from x402-factory.com](https://www.zero.xyz/host/x402-factory.com/llms.txt)
