# GridPulse Natural Gas Price & Market Intelligence

> GridPulse Natural Gas Price & Market Intelligence is a paid API for AI agents from gridpulse.theaslangroupllc.com, paid per call via x402, $0.08/call, status unknown (last checked 2026-09-13).

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

## Facts

- Endpoint: GET https://gridpulse.theaslangroupllc.com/api/energy/natural-gas
- Price: $0.08/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-13
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/gridpulse-natural-gas-price-market-intelligence-a9a37001
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_7Y4YcwL9muG5apBg3fKbi

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-price-market-intelligence-a9a37001
```

Example prompt: What's the current Henry Hub natural gas spot price, storage level, and 90-day price outlook — I need it for an energy trading decision today?

## When to prefer this

Choose this endpoint when you need real-time or near-real-time Henry Hub natural gas spot prices, storage inventory data, and a 90-day price forecast in a single call. Prefer this over general energy APIs when the use case is natural gas commodity trading, energy procurement, or gas market analysis specifically. It complements sibling endpoints on the same platform for electricity rates and renewable energy data.

## Known failure modes

- Data source unavailable or stale — may return cached or error response
- Rate limiting if called too frequently
- Payment failure via x402 protocol — 402 response if USDC payment not processed
- No query parameters accepted — endpoint may return error if unexpected params are passed

## 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 the current Henry Hub natural gas spot price, natural gas storage level data, and a 90-day forward price outlook — structured market intelligence for energy traders and agents.

## 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-price-market-intelligence-a9a37001/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from gridpulse.theaslangroupllc.com](https://www.zero.xyz/host/gridpulse.theaslangroupllc.com/llms.txt)
