# Netzhandwerker Energy Research Hub

> Netzhandwerker Energy Research Hub is a paid API for AI agents from energy.netzhandwerker.de, paid per call via x402, $0.001/call, status unknown (last checked 2026-09-15).

Returns live electricity prices, carbon intensity, grid load, renewable share, flexibility windows, battery arbitrage signals, trading signals, and ESG reporting data for energy market analysis.

## Facts

- Endpoint: POST https://energy.netzhandwerker.de/demo/paid-sample
- Price: $0.001/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/netzhandwerker-energy-research-hub-033a6718
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_nkICVrQUO3rERh-dRfIaP

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 netzhandwerker-energy-research-hub-033a6718 -d '<json body>'
```

Example prompt: Pull the latest electricity prices, carbon intensity, renewable share, and battery arbitrage signals from Netzhandwerker for the German grid right now so I can decide when to charge my home battery.

## When to prefer this

Choose this endpoint when you need a comprehensive, real-time bundle of energy market signals — prices, carbon, renewables, arbitrage, and ESG — in a single call rather than assembling data from multiple specialist APIs. Ideal for autonomous agents managing battery storage, executing energy trades, optimizing demand response, or generating sustainability reports.

## Known failure modes

- Invalid or unsupported region returns 400 with error message
- Payment not received or underpaid returns 402 Payment Required
- Requested data category not available returns 404
- Upstream grid data source unavailable returns 503
- Rate limit exceeded returns 429

## How this service works

Live electricity prices, carbon intensity, grid load, renewable share, flexibility windows, battery arbitrage, trading signals and ESG reporting for autonomous agents.

## Output

Returns a structured payload including live spot electricity prices, current carbon intensity value, grid load percentage, renewable energy share, identified flexibility windows, battery arbitrage opportunities, directional trading signals, and ESG metrics — all timestamped and ready for automated decision-making or reporting.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {},
 "additionalProperties": true
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/netzhandwerker-energy-research-hub-033a6718/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from energy.netzhandwerker.de](https://www.zero.xyz/host/energy.netzhandwerker.de/llms.txt)
