MacroPulse · Regime
by MacroPulse
$0.1
per call · USD Coin on Base
Macro regime classifier for multi-asset agents — labels the current environment (risk-on/off, reflation, stagflation, tightening) and its directional implications for FX, rates and equities.
Endpoint
GET https://macropulse.theaslangroupllc.com/api/regime1
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://macropulse.theaslangroupllc.com/api/regime", {
method: "GET",
});
const data = await res.json();curl -X GET \
"https://macropulse.theaslangroupllc.com/api/regime" \
-H "X-PAYMENT: <signed x402 payment>"Example response
{
"confidence": 0.74,
"current_regime": "late-cycle expansion",
"equity_signal": "reduce risk",
"fx_signal": "favour USD, CHF; avoid high-beta EM",
"leading_indicators": "deteriorating",
"yield_curve": "inverted"
}Payment details
0x50ab2018c06c6e4eaa9ba52057eb55ed284912fcUSD Coin · 0x833589fcd6edb6e08f4c7c32d4f71b54bda02913Is this your API?
Pin it to the top of Market Data and the homepage with a featured placement.
More from MacroPulse & similar services
MacroPulse · FX Convert
macropulse.theaslangroupllc.com
Convert an amount between currencies at the official European Central Bank reference rate. Answers "what is the USD to EUR exchange rate", "convert 250 GBP to JPY", "what was the EUR/USD FX rate on 2024-03-15". Multi-currency in one call (to=EUR,GBP,JPY), 30+ currencies, historical daily fixings back to 1999. Deterministic and cacheable: real ECB data, not a model estimate — identical inputs always return the identical rate. Keyless, sub-second.
MacroPulse · Macro
macro.lonestaroracle.xyz
US macro intelligence — Fed rate, CPI/Core PCE YoY, yield curve, M2 money supply, GDP, VIX, crypto Fear & Greed, AI macro regime narrative
MacroPulse · Macro US
macropulse.theaslangroupllc.com
Official US macro data read straight from Chainlink contracts. No LLM, no API key. Answers "what is US GDP growth", "current US inflation PCE", "what is SOFR today", "official US economic data". 7 series: real GDP level+growth, PCE index+inflation, real final sales, SOFR. Six are BEA (Dept of Commerce) on Base, SOFR is NY Fed on Ethereum - we assemble both chains. Each value ships its contract + round ID: verify us on an immutable ledger.