# El Niño Market Watch ENSO Indices Bundle

> El Niño Market Watch ENSO Indices Bundle is a paid API for AI agents from trading-perps.vercel.app, paid per call via x402, $0.01/call, status unknown (last checked 2026-09-15).

Returns the latest weekly ENSO index bundle including Niño 1+2/3/3.4/4 SST anomalies, RONI, Troup SOI, and IOD/DMI with source URLs

## Facts

- Endpoint: GET https://trading-perps.vercel.app/api/enso/indices
- Price: $0.01/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/el-ni-o-market-watch-enso-indices-bundle-6a7fdcfa
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_1n5Qr40HzPWpitm9J0cAq

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 el-ni-o-market-watch-enso-indices-bundle-6a7fdcfa
```

Example prompt: Pull the latest ENSO index bundle for me — I need the current Niño 3.4 SST anomaly, Troup SOI, and IOD/DMI readings with their source links so I can assess whether El Niño or La Niña conditions are active right now.

## When to prefer this

Choose this endpoint when you need a single, pre-aggregated, multi-index ENSO bundle combining NOAA CPC SST anomalies, RONI, BOM Troup SOI, and IOD/DMI in one call with source attribution — ideal for commodity trading workflows, climate research, or automated monitoring agents that need weekly ENSO state without scraping multiple upstream agencies.

## Known failure modes

- Upstream NOAA CPC or BOM data unavailable — stale or missing index values
- Payment not completed — x402 payment required before data is returned
- Service timeout on Vercel serverless cold start
- Returned data may lag by up to one week if upstream sources haven't updated

## How this service works

Latest ENSO index bundle from El Niño Market Watch: weekly Niño 1+2/3/3.4/4 SST anomalies (NOAA CPC), RONI, Troup SOI (BOM) and weekly IOD/DMI — recent tails with exact source URLs.

## Output

A JSON object containing the most recent weekly tails of Niño 1+2, Niño 3, Niño 3.4, and Niño 4 sea surface temperature anomalies, the RONI, the Troup Southern Oscillation Index (BOM), the Indian Ocean Dipole Mode Index, a generation timestamp, and exact source URLs for each dataset.

## 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",
     "required": [],
     "properties": {}
    }
   },
   "additionalProperties": false
  },
  "output": {
   "type": "object",
   "required": [
    "type"
   ],
   "properties": {
    "type": {
     "type": "string"
    },
    "example": {
     "type": "object",
     "properties": {
      "dmi": {
       "type": "object"
      },
      "soi": {
       "type": "object"
      },
      "roni": {
       "type": "object"
      },
      "generated": {
       "type": "string"
      },
      "weekly_nino": {
       "type": "object"
      }
     }
    }
   }
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/el-ni-o-market-watch-enso-indices-bundle-6a7fdcfa/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from trading-perps.vercel.app](https://www.zero.xyz/host/trading-perps.vercel.app/llms.txt)
