ArbiPulse · Commodity
by ArbiPulse
$0.1
per call · USD Coin on Base
Cross-regional price differentials for oil, gas, metals and grains, with transport-cost breakdown. Prices are news-derived (no live exchange tape) and labelled per row. For commodity and arbitrage agents.
Endpoint
GET https://arbipulse.theaslangroupllc.com/api/commodity2
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://arbipulse.theaslangroupllc.com/api/commodity", {
method: "GET",
});
const data = await res.json();curl -X GET \
"https://arbipulse.theaslangroupllc.com/api/commodity?commodity=natural-gas&unit=auto" \
-H "X-PAYMENT: <signed x402 payment>"Example response
{
"commodity": "natural-gas",
"futures_basis": {
"carry_trade_angle": "Storage economics: if contango > storage + financing cost, buying spot and selling futures is profitable",
"contango_or_backwardation": "contango",
"front_month_vs_next": -0.15
},
"global_context": "LNG arbitrage between Henry Hub and Asian JKM represents one of the largest persistent cross-market spreads in commodities. Retail access via UNG (US gas ETF) / JNK hedges or gas producer equities.",
"key_arb_players": [
"Shell",
"TotalEnergies",
"BP",
"Vitol",
"Trafigura",
"Gunvor"
],
"price_differentials": [
{
"blocking_factors": [
"Requires LNG tanker and liquefaction capacity",
"Locked by long-term contracts — spot LNG limited"
],
"gross_spread_pct": 349.1,
"gross_spread_usd": 9.95,
"net_arb_pct": 219.3,
"net_arb_usd": 6.25,
"opportunity_window": "3-6 months for spot LNG cargo setup",
"other_costs_usd": 1.2,
"route": "US Gulf Coast → Northeast Asia (LNG)",
"tariff_cost_usd": 0,
"transport_cost_usd": 2.5,
"viable": true
}
],
"pulse_suggestions": [],
"regional_price_matrix": [
{
"benchmark": "Henry Hub",
"country_examples": [
"USA"
],
"data_freshness": "news-derived (2026-06-05)",
"price_unit": "$/MMBtu",
"price_usd": 2.85,
"region": "US Gulf Coast"
},
{
"benchmark": "TTF Hub",
"country_examples": [
"Netherlands",
"Germany",
"UK"
],
"data_freshness": "news-derived (2026-06-04)",
"price_unit": "$/MMBtu",
"price_usd": 10.4,
"region": "Northwest Europe"
},
{
"benchmark": "JKM Spot",
"country_examples": [
"Japan",
"South Korea",
"China"
],
"data_freshness": "unavailable",
"price_unit": "$/MMBtu",
"price_usd": null,
"region": "Northeast Asia"
}
],
"retail_accessibility": "ETF/futures only",
"scan_time": "2026-06-06T12:00:00Z",
"seasonal_patterns": "US gas peaks Dec-Feb (heating) and July (cooling). European TTF typically highest Nov-Mar. Asian LNG peaks Jan for heating, Jun-Aug for cooling.",
"trade_flow_context": "US LNG exports at record levels. EU has replaced ~70% of Russian pipeline gas with LNG. JKM premium over TTF has compressed to lowest in 2 years."
}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 ArbiPulse & similar services
ArbiPulse · FX Premium
arbipulse.theaslangroupllc.com
Stablecoin parallel-rate premium — how far the street price of a digital dollar (per-venue USDT quotes) diverges from the official FX rate in capital-controlled economies: venue table, median street rate, premium %, signal read. ARS, VES, BRL, COP, PEN, MXN, CLP, BOB; ARS includes the blue/MEP/CCL board. Live quotes, no LLM.
ArbiPulse · Calculator
arbipulse.theaslangroupllc.com
Itemized fee breakdown and net P&L for any arbitrage trade — fees, slippage and gas. For arbitrage and trading agents.
ArbiPulse · Spread Tick
arbipulse.theaslangroupllc.com
Cross-exchange spread tick — ONE $0.02 call returns the live executable spread for a pair across Binance, Coinbase, Kraken, Bybit: best bid venue, best ask venue, spread in bps, and a deterministic TRADE / THIN / NONE verdict. Built for arbitrage monitoring loops; escalate to /api/crypto ($0.07) for the full CEX arbitrage read with fees and transfer paths. 30s freshness, no LLM in the path.