GridPulse · Energy Natural GAS
by GridPulse
$0.08
per call · USD Coin on Base
Natural gas price and market intelligence — Henry Hub spot prices, storage levels, and a 90-day price outlook. For energy-trader and energy agents.
Endpoint
GET https://gridpulse.theaslangroupllc.com/api/energy/natural-gas2
Calls / 30d
1
Unique payers / 30d
Aug 20
Last called
exact
Payment scheme
Call this service
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/natural-gas", {
method: "GET",
});
const data = await res.json();curl -X GET \
"https://gridpulse.theaslangroupllc.com/api/energy/natural-gas" \
-H "X-PAYMENT: <signed x402 payment>"Example response
{
"90_day_outlook": "Prices likely to firm modestly as summer cooling demand ramps",
"electricity_price_impact": "Modest upward pressure on gas-fired generation costs",
"heating_cost_impact": "Limited near-term impact outside heating season",
"hub": "Henry Hub",
"key_risks": [
"Hurricane disruption to Gulf Coast production/LNG terminals",
"Heatwave-driven power burn spike"
],
"latest_price_per_mmbtu": 2.85,
"outlook_confidence": "medium",
"price_change_pct": 5.2,
"price_drivers": [
"Rising LNG export demand",
"Above-average storage injections"
],
"price_period": "week ending 2026-06-27",
"price_trend": "rising",
"storage_bcf": 2650,
"storage_note": "Storage remains comfortably above the 5-year average heading into peak cooling demand",
"storage_vs_5yr_avg": "above",
"summary": "Henry Hub prices are edging higher on strong LNG demand while storage stays comfortably supplied.",
"supply_demand_balance": "balanced",
"week_ago_price": 2.71
}Payment details
0x50ab2018c06c6e4eaa9ba52057eb55ed284912fcUSD Coin · 0x833589fcd6edb6e08f4c7c32d4f71b54bda02913Is this your API?
Pin it to the top of Onchain Data and the homepage with a featured placement.
More from GridPulse & similar services
GridPulse · Energy Carbon Intensity
gridpulse.theaslangroupllc.com
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.
GridPulse · Report
grid.lonestaroracle.xyz
US electricity grid — demand, generation mix (renewable/gas/nuclear), and stress signals across 7 regions
GridPulse · Energy Compute Window
gridpulse.theaslangroupllc.com
Carbon- and cost-aware compute scheduling. Given a region, job length and load, returns the optimal window in the next 48h to run it, with kg CO2 and EUR saved versus running now. Deterministic — computed from the official NESO (GB) and Fraunhofer ISE (EU) forward curves, no model guessing. Honours x-ealna-carbon-max / x-grove-carbon-max carbon budgets.