# GridPulse Electricity Price Forecast & Demand Outlook

> GridPulse Electricity Price Forecast & Demand Outlook is a paid API for AI agents from gridpulse.theaslangroupllc.com, paid per call via x402, $0.1/call, status unknown (last checked 2026-09-13).

Returns a 90-day retail electricity price forecast and demand projection by U.S. state for energy trading and planning purposes.

## Facts

- Endpoint: GET https://gridpulse.theaslangroupllc.com/api/energy/forecast
- Price: $0.1/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-13
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/gridpulse-electricity-price-forecast-demand-outlook-5e5db4d8
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_BHZJ8-xOdRZr61JumVXVO

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-electricity-price-forecast-demand-outlook-5e5db4d8
```

Example prompt: Can you pull the 90-day retail electricity price and demand forecast for Texas so I can assess near-term trading opportunities?

## When to prefer this

Choose this endpoint when you need a forward-looking 90-day projection of retail electricity prices and demand for a specific U.S. state — particularly for energy trading, hedging, or procurement planning. Prefer this over the current-rate endpoint (which gives spot/historical rates) when you need a multi-month outlook rather than today's price.

## Known failure modes

- Invalid or unsupported U.S. state code returns an error
- Payment failure (x402) if USDC balance is insufficient
- Forecast data unavailable for requested state or time period
- Rate limiting if too many calls are made in a short window
- Service downtime or upstream data provider outage

## How this service works

Electricity price forecast and demand outlook — 90-day retail price and demand projection by state. For energy-trader and energy agents.

## Output

A structured response containing a 90-day forward-looking projection of retail electricity prices (likely in cents per kWh) and electricity demand outlook for the requested U.S. state, suitable for energy trading analysis and planning.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "required": [
  "state"
 ],
 "properties": {
  "state": {
   "type": "string",
   "description": "2-letter US state code"
  }
 }
}
```

## Response schema (JSON Schema)

```json
{
 "type": "json",
 "example": {}
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/gridpulse-electricity-price-forecast-demand-outlook-5e5db4d8/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)
