$0.02
per call · USD Coin on Base
Stratalize — attested finance, legal, healthcare, and compliance intelligence. Signed, independently verifiable receipt on every call (trust.stratalize.com/verify). EIA WTI crude and natural gas spot prices when EIA API is configured. Source: US Energy Information Administration. Use when current energy price data is needed for a commodity brief, input cost analysis, or energy sector context
Endpoint
POST https://www.stratalize.com/api/x402/eia-energy-public-snapshot1
Calls / 30d
1
Unique payers / 30d
Aug 17
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://www.stratalize.com/api/x402/eia-energy-public-snapshot", {
method: "POST",
headers: { "Content-Type": "application/json" },
body: JSON.stringify({
"series": "crude_oil"
}),
});
const data = await res.json();curl -X POST \
"https://www.stratalize.com/api/x402/eia-energy-public-snapshot" \
-H "Content-Type: application/json" \
-d '{"series":"crude_oil"}' \
-H "X-PAYMENT: <signed x402 payment>"Example response
{
"data_source": "Stratalize governed intelligence",
"freshness": "live",
"receipt_id": "rcpt_example",
"tool": "get_eia_energy_public_snapshot",
"verified_at": "https://trust.stratalize.com/verify?synthesis_id=example"
}Payment details
0x5d51ecc50813e0937a5c43be298e9146796ad60dUSD Coin · 0x833589fcd6edb6e08f4c7c32d4f71b54bda02913Is this your API?
Pin it to the top of Developer Tools and the homepage with a featured placement.
More from Stratalize & similar services
Stratalize · IMF WEO Macro Snapshot
stratalize.com
Stratalize — attested finance, legal, healthcare, and compliance intelligence. Signed, independently verifiable receipt on every call (trust.stratalize.com/verify). IMF World Economic Outlook macro composites — GDP growth, inflation, and current account balance by country group. Source: IMF WEO static composite, semi-annual update. Use when providing global macro context for an international brief or country risk assessment
Stratalize · Salary Benchmark
stratalize.com
Stratalize — attested finance, legal, healthcare, and compliance intelligence. Signed, independently verifiable receipt on every call (trust.stratalize.com/verify). Salary benchmarks by job title — p25, p50, p75 wage estimates with state and industry adjustments across 50+ role families. Source: BLS Occupational Employment Statistics, latest release. Use when setting compensation ranges or evaluating a job offer
Stratalize · CMS Facility Benchmark
stratalize.com
Stratalize — attested finance, legal, healthcare, and compliance intelligence. Signed, independently verifiable receipt on every call (trust.stratalize.com/verify). CMS cost report benchmarks for hospitals — IT spend, labor cost, supply chain cost, and cost per adjusted patient day by bed size and state. Source: CMS HCRIS cost reports. Use when benchmarking hospital operating costs or preparing a healthcare CFO brief