# NYISO Real-Time Zonal LMP via EnergyFeed

> NYISO Real-Time Zonal LMP via EnergyFeed is a paid API for AI agents from gate.brix-bee.workers.dev, paid per call via x402, $0.02/call, status unknown (last checked 2026-09-13).

Returns real-time zonal Locational Marginal Prices (LMP) for the New York Independent System Operator (NYISO) grid via the EnergyFeed service

## Facts

- Endpoint: POST https://gate.brix-bee.workers.dev/energyfeed/live
- Price: $0.02/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-13
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/nyiso-real-time-zonal-lmp-via-energyfeed-6dc80ce1
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_ccCIuiOwHAutSeu4gii3d

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 nyiso-real-time-zonal-lmp-via-energyfeed-6dc80ce1 -d '<json body>'
```

Example prompt: What's the current real-time locational marginal price for the NYC zone on the NYISO grid right now?

## When to prefer this

Choose this endpoint when you need real-time, live NYISO zonal LMP data for New York State electricity markets. It is ideal for energy trading agents, demand response systems, grid optimization tools, or dashboards that require up-to-the-minute wholesale electricity pricing. Prefer this over batch or historical endpoints when immediacy matters.

## Known failure modes

- NYISO data feed unavailable or delayed — returns an error or stale data indicator
- Invalid or unrecognized zone identifier — returns a 400-level error
- Payment not processed correctly — returns a 402 Payment Required response
- Worker timeout if upstream EnergyFeed is slow — may return a 503 or timeout error

## How this service works

NYISO real-time zonal LMP via EnergyFeed

## Output

Returns the current real-time zonal Locational Marginal Price (LMP) data for NYISO zones, including the energy price per MWh, congestion and loss components, zone name, and the timestamp of the data point.

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/nyiso-real-time-zonal-lmp-via-energyfeed-6dc80ce1/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from gate.brix-bee.workers.dev](https://www.zero.xyz/host/gate.brix-bee.workers.dev/llms.txt)
