US energy inventory catalyst signal + EIA report calendar (optional ?report=)
US energy inventory catalyst signal + EIA report calendar (optional ?report=)
50000 (raw units)
price
5
calls / 30d
2
unique payers
2026-09-16
updated
Provider
energy.lonestaroracle.xyz · discovered, not yet claimed by its owner
Payment (x402 accepts[])
[
{
"scheme": "exact",
"network": "eip155:8453",
"payTo": "0x52Ab53912D37759B2ad364f22dD06B16714b6C06",
"asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
"amount": "50000",
"maxTimeoutSeconds": 300
},
{
"scheme": "exact",
"network": "solana:5eykt4UsFv8P8NJdTREpY1vzqKqZKvdp",
"payTo": "3nmeVj5m9Uq2hSTfsVsn3tJMHRJQNMKR1AjzyUJbrSgw",
"asset": "EPjFWdd5AufqSSqeM2qN1xzybapC8G4wEGGkZwyTDt1v",
"amount": "50000",
"maxTimeoutSeconds": 300
}
]Output schema
{
"bazaar": {
"info": {
"input": {
"method": "GET",
"queryParams": {
"report": "crude"
},
"type": "http"
},
"output": {
"example": {
"crude_oil": {
"as_of": "2026-07-31",
"unit": "MMbbl",
"value": 407,
"vs_5yr_avg_pct": -6.2,
"vs_year_ago_pct": -3.9,
"weekly_change": 2.5
},
"interpretation": "Petroleum inventories are tight versus the 5-year seasonal norm (crude -6.2% vs 5-yr avg) — price-supportive. Natural-gas storage is +6.0% versus the 5-year average — ample, a price headwind.",
"natgas_signal": "BEARISH",
"natural_gas": {
"as_of": "2026-07-31",
"unit": "BCF",
"value": 3117,
"vs_5yr_avg_pct": 6,
"weekly_change": 33
},
"next_catalysts": [
{
"days_out": 4.1,
"event": "EIA Weekly Petroleum Status Report",
"moves": "WTI, Brent, USO, XLE, XOM/CVX",
"next_release": "2026-08-12T14:30:00+00:00"
}
],
"petroleum_signal": "BULLISH",
"source": "US Energy Information Administration"
},
"format": "json",
"type": "object"
}
},
"schema": {
"category": "energy",
"description": "Use this when you need to trade or assess US energy around a scheduled inventory report. It answers: 'are crude oil, gasoline, or natural-gas inventories tight or loose right now?', 'is the setup bullish or bearish for oil and gas prices?', and 'when is the next EIA report and what will it move?'. One x402 call returns a BULLISH / NEUTRAL / BEARISH signal for petroleum and for natural gas — from current stocks versus the 5-year seasonal average and the latest weekly draw/build — plus the exact date and time of the next EIA Weekly Petroleum Status and Natural Gas Storage reports, the scheduled catalysts that move WTI, Brent, Henry Hub, USO, UNG, XLE and energy equities like XOM and CVX. The energy sector's catalyst calendar, agent-callable. $0.05 in USDC on Base via x402. Source: US EIA (free/public). Does NOT include the paid analyst-consensus 'expected draw/build'; compares to EIA's own 5-year seasonal norm.",
"name": "EnergyCatalyst",
"properties": {
"input": {
"properties": {
"method": {
"enum": [
"GET",
"HEAD",
"DELETE"
],
"type": "string"
},
"queryParams": {
"properties": {
"report": {
"description": "Optional. Focus one report: crude (or oil/petroleum), gasoline, distillate (diesel), or natgas (natural gas). Omit for the full energy dashboard. Aliases: commodity, r.",
"example": "crude",
"type": "string"
}
},
"type": "object"
},
"type": {
"const": "http",
"type": "string"
}
},
"required": [
"type",
"method"
],
"type": "object"
},
"output": {
"properties": {
"example": {
"crude_oil": {
"as_of": "2026-07-31",
"unit": "MMbbl",
"value": 407,
"vs_5yr_avg_pct": -6.2,
"vs_year_ago_pct": -3.9,
"weekly_change": 2.5
},
"interpretation": "Petroleum inventories are tight versus the 5-year seasonal norm (crude -6.2% vs 5-yr avg) — price-supportive. Natural-gas storage is +6.0% versus the 5-year average — ample, a price headwind.",
"natgas_signal": "BEARISH",
"natural_gas": {
"as_of": "2026-07-31",
"unit": "BCF",
"value": 3117,
"vs_5yr_avg_pct": 6,
"weekly_change": 33
},
"next_catalysts": [
{
"days_out": 4.1,
"event": "EIA Weekly Petroleum Status Report",
"moves": "WTI, Brent, USO, XLE, XOM/CVX",
"next_release": "2026-08-12T14:30:00+00:00"
}
],
"petroleum_signal": "BULLISH",
"source": "US Energy Information Administration"
},
"type": {
"type": "string"
}
},
"required": [
"type"
],
"type": "object"
}
},
"required": [
"input"
],
"tags": [
"energy",
"oil",
"natural-gas",
"eia",
"catalyst"
],
"type": "object",
"version": "1.0.0"
}
},
"bc_kg64bd18": {}
}Use it
curl
curl "https://energy.lonestaroracle.xyz/energy" # -> 402 Payment Required, accepts[] lists how to pay # retry with a PAYMENT-SIGNATURE (or PAYMENT header) once paid
JavaScript
const res = await fetch("https://energy.lonestaroracle.xyz/energy");
if (res.status === 402) {
const { accepts } = await res.json();
// pay one of accepts[] via an x402 client, then retry with the payment header
}Python
import httpx
res = httpx.get("https://energy.lonestaroracle.xyz/energy")
if res.status_code == 402:
accepts = res.json()["accepts"]
# pay one of accepts[] via an x402 client, then retry with the payment headerMachine-readable
Everything on this page is also available as clean JSON at /resources/4263.json, and this resource appears in /discovery/resources and /discovery/search.