G

GridPulse · Energy Carbon Intensity

by GridPulse

GETBaseSolanaArbitrumPolygonWorld ChainMonadX LayerHyperEVMAlgorandXRP LedgerBNB Chain

$0.01

per call · USD Coin on Base

Live grid carbon intensity, deterministic. Answers "how clean is the grid right now", "gCO2 per kWh in Germany", "cleanest hour to run a job today". Current intensity + forward curve (to 48h) + cleanest and dirtiest slots, from NESO (GB national + 14 DNO regions) and energy-charts/Fraunhofer ISE (DE FR NL BE AT ES IT NO). No LLM, no key. Pair with /api/energy/compute-window for full job scheduling.

Endpoint

GET https://gridpulse.theaslangroupllc.com/api/energy/carbon-intensity

31

Calls / 30d

9

Unique payers / 30d

Sep 10

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://gridpulse.theaslangroupllc.com/api/energy/carbon-intensity", {
  method: "GET",
});
const data = await res.json();
cURL
curl -X GET \
  "https://gridpulse.theaslangroupllc.com/api/energy/carbon-intensity?hours=24&region=DE" \
  -H "X-PAYMENT: <signed x402 payment>"

Example response

{
  "deterministic": true,
  "next_hours": {
    "avg_gco2_per_kwh": 103,
    "cleanest": {
      "gco2_per_kwh": 41,
      "start": "2026-07-15T02:30:00.000Z"
    }
  },
  "now": {
    "gco2_per_kwh": 96,
    "start": "2026-07-14T15:30:00.000Z"
  },
  "region": "UK"
}

Payment details

Pay to0x50ab2018c06c6e4eaa9ba52057eb55ed284912fc
AssetUSD Coin · 0x833589fcd6edb6e08f4c7c32d4f71b54bda02913
NetworksBase, Solana, Arbitrum, Polygon, World Chain, Monad, X Layer, HyperEVM, Algorand, XRP Ledger, BNB Chain
Schemesexact

Is this your API?

Pin it to the top of Developer Tools and the homepage with a featured placement.

Get featured →

More from GridPulse & similar services