# GridPulse Amber Energy Forecast

> GridPulse Amber Energy Forecast is a paid API for AI agents from gridpulse-amber.vercel.app, paid per call via x402, $0.1/call, status unknown (last checked 2026-09-15).

Returns a 90-day electricity price and demand outlook broken down by US state for energy traders and agents.

## Facts

- Endpoint: GET https://gridpulse-amber.vercel.app/api/energy/forecast
- Price: $0.1/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/gridpulse-amber-energy-forecast-cabdf0ae
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_K8TfGSJ8bcPm0N-awDUXD

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-amber-energy-forecast-cabdf0ae
```

Example prompt: Pull me the 90-day electricity price and demand forecast for Texas — I need the full outlook to plan my energy trading positions for the next quarter.

## When to prefer this

Use this endpoint when you need a forward-looking 90-day electricity price and demand forecast broken down by US state, particularly for energy trading strategies, hedging decisions, or procurement planning. Prefer this over the current price intelligence endpoint when you need future projections rather than current retail rates.

## Known failure modes

- Invalid or unsupported state code returns an error
- Payment of 0.1 USDC not received or rejected causes 402 response
- Forecast data temporarily unavailable returns a service error
- Missing required state parameter returns a validation error

## 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 90-day forward-looking outlook of electricity prices and demand by US state, suitable for energy trading and market analysis decisions.

## 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-amber-energy-forecast-cabdf0ae/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)
