# EU Power Dispatch API – Quick Research Query

> EU Power Dispatch API – Quick Research Query is a paid API for AI agents from energy.halowerk.com, paid per call via x402, $0.003/call, status unknown (last checked 2026-09-15).

Answers a focused natural-language question about EU electricity markets by returning a compact live snapshot of ENTSO-E and SMARD spot-market data.

## Facts

- Endpoint: POST https://energy.halowerk.com/research/quick
- Price: $0.003/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/eu-power-dispatch-api-quick-research-query-cfe6c217
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_QIUy4DiLw6631eWPT0ut1

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 eu-power-dispatch-api-quick-research-query-cfe6c217 -d '<json body>'
```

Example prompt: Can you give me a quick live snapshot of the EU electricity spot market right now — specifically what EPEX and ENTSO-E data say about current German grid conditions and prices?

## When to prefer this

Choose this endpoint when you need a quick, focused, natural-language answer about EU electricity market conditions using live ENTSO-E and SMARD data, without having to navigate raw API responses. It is ideal for research agents, market monitoring bots, and flexible-load schedulers that need a compact live snapshot rather than a full historical dataset or a structured time-series feed.

## Known failure modes

- Payment not received — returns 402 challenge requiring x402 micropayment
- Query string empty or missing — returns 400 validation error
- Upstream ENTSO-E or SMARD data temporarily unavailable — returns 503 or partial data
- Invalid source identifier in sources array — may return error or silently ignore unknown sources
- Rate limit exceeded — returns 429 if too many calls in a short period

## Output

A compact live market snapshot answering the submitted query, drawing on licensed ENTSO-E and SMARD data sources, including relevant spot price context, generation/load figures, and any notable market conditions pertinent to the question.

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/eu-power-dispatch-api-quick-research-query-cfe6c217/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from energy.halowerk.com](https://www.zero.xyz/host/energy.halowerk.com/llms.txt)
