# GridPulse Electricity Price Intelligence

> GridPulse Electricity Price 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-14).

Returns retail electricity rates by US state with pricing trends and estimated bill impacts for homeowners and energy agents.

## Facts

- Endpoint: GET https://gridpulse-amber.vercel.app/api/energy/prices
- Price: $0.08/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/gridpulse-electricity-price-intelligence-132682a5
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_mcKGsH0S_sQUCQXurIduq

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-intelligence-132682a5
```

Example prompt: What are the current retail electricity rates and price trends in California, and can you give me a bill estimate based on those rates?

## When to prefer this

Use this endpoint when you need current retail electricity pricing for homeowners or residential consumers in a specific US state, especially when trend context and bill estimation are needed alongside the raw rate. Prefer over generic energy APIs when state-level retail rates (not wholesale/spot) and consumer-facing bill estimates are the primary output.

## Known failure modes

- Unsupported or invalid state code returns an error or empty result
- Rate data may be stale if utility reporting is delayed
- State with deregulated markets may return averaged or range estimates rather than a single rate
- Payment failure (402) if USDC balance is insufficient

## How this service works

Electricity rate / price by state — retail electricity rates (cents per kWh) with trend and monthly bill estimates. For homeowner and energy agents.

## Output

Returns retail electricity rate (cents per kWh), price trend direction (rising/falling/stable), and estimated monthly bill for the requested US state or utility region.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "state": {
   "type": "string",
   "description": "2-letter US state code (TX, CA, NY, etc.; default: US)"
  }
 }
}
```

## Response schema (JSON Schema)

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

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/gridpulse-electricity-price-intelligence-132682a5/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)
