# GridPulse Natural Gas Market Intelligence

> GridPulse Natural Gas Market Intelligence is a paid API for AI agents from gridpulse-amber.vercel.app, paid per call via x402, $0.08/call, status unknown (last checked 2026-09-15).

Returns current Henry Hub natural gas prices, storage levels, and a 90-day market outlook for energy trading and analysis.

## Facts

- Endpoint: GET https://gridpulse-amber.vercel.app/api/energy/natural-gas
- Price: $0.08/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/gridpulse-natural-gas-market-intelligence-b49e5eae
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_dxBxbsBdNUmcGqwnl9lOk

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 gridpulse-natural-gas-market-intelligence-b49e5eae
```

Example prompt: Pull the current Henry Hub natural gas price, storage levels, and the 90-day market outlook so I can assess my trading position.

## When to prefer this

Use this endpoint when you need integrated natural gas market intelligence including Henry Hub prices, storage levels, and a 90-day outlook in a single call. Prefer this over general energy endpoints when the focus is specifically on natural gas commodities rather than electricity or renewables.

## Known failure modes

- Upstream data source unavailable — stale or missing price/storage data
- Payment not processed — 402 response if USDC payment header is missing or invalid
- Rate limit exceeded — too many requests in a short period
- Service temporarily unavailable — Vercel deployment downtime

## How this service works

Natural gas price and market intelligence — Henry Hub spot prices, storage levels, and a 90-day price outlook. For energy-trader and energy agents.

## Output

Returns current Henry Hub natural gas spot prices, underground storage level data, and a 90-day forward market outlook including price forecasts and market conditions for natural gas trading.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "lang": {
   "type": "string",
   "description": "Response language (default en)"
  }
 }
}
```

## Response schema (JSON Schema)

```json
{
 "type": "json",
 "example": {
  "hub": "Henry Hub",
  "summary": "Henry Hub prices are edging higher on strong LNG demand while storage stays comfortably supplied.",
  "key_risks": [
   "Hurricane disruption to Gulf Coast production/LNG terminals",
   "Heatwave-driven power burn spike"
  ],
  "price_trend": "rising",
  "storage_bcf": 2650,
  "price_period": "week ending 2026-06-27",
  "storage_note": "Storage remains comfortably above the 5-year average heading into peak cooling demand",
  "price_drivers": [
   "Rising LNG export demand",
   "Above-average storage injections"
  ],
  "90_day_outlook": "Prices likely to firm modestly as summer cooling demand ramps",
  "week_ago_price": 2.71,
  "price_change_pct": 5.2,
  "outlook_confidence": "medium",
  "storage_vs_5yr_avg": "above",
  "heating_cost_impact": "Limited near-term impact outside heating season",
  "supply_demand_balance": "balanced",
  "latest_price_per_mmbtu": 2.85,
  "electricity_price_impact": "Modest upward pressure on gas-fired generation costs"
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/gridpulse-natural-gas-market-intelligence-b49e5eae/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from gridpulse-amber.vercel.app](https://www.zero.xyz/host/gridpulse-amber.vercel.app/llms.txt)
