E

eu-verify · DE Power Spot

by eu-verify

GETBase

$0.002

per call · USD Coin on Base

Hourly EPEX Spot day-ahead electricity prices in EUR/MWh from the aWATTar market data API, normalized to ISO 8601 UTC with min/max/avg summary. No params -> rolling ~24h day-ahead window; ?zone=de|at selects the bidding zone, ?start=&end= (ISO 8601 or epoch) select history. Day-ahead data updates once daily; served with a 1h cache.

Endpoint

GET https://data.greeneris.io/v1/de/power-spot

1

Calls / 30d

1

Unique payers / 30d

Aug 27

Last called

exact

Payment scheme

Call this service

TypeScript · @x402/fetch
import { wrapFetchWithPayment } from "@x402/fetch";
import { privateKeyToAccount } from "viem/accounts";

const account = privateKeyToAccount(process.env.PRIVATE_KEY);
const fetchWithPay = wrapFetchWithPayment(fetch, account);

const res = await fetchWithPay("https://data.greeneris.io/v1/de/power-spot", {
  method: "GET",
});
const data = await res.json();
cURL
curl -X GET \
  "https://data.greeneris.io/v1/de/power-spot?zone=de" \
  -H "X-PAYMENT: <signed x402 payment>"

Example response

{
  "avg": 90.21,
  "count": 24,
  "max": 118.35,
  "min": 62.09,
  "prices": [
    {
      "end": "2026-07-13T23:00:00Z",
      "price_eur_mwh": 100.02,
      "start": "2026-07-13T22:00:00Z"
    }
  ],
  "source": "Datenquelle: aWATTar (EPEX Spot day-ahead hourly prices)",
  "unit": "EUR/MWh",
  "zone": "DE-LU"
}

Payment details

Pay to0x6ab8efe305cce67daa48c97bde29c04402822dff
AssetUSD Coin · 0x833589fcd6edb6e08f4c7c32d4f71b54bda02913
NetworksBase
Schemesexact

Is this your API?

Pin it to the top of Market Data and the homepage with a featured placement.

Get featured →

More from eu-verify & similar services