US macro intelligence — Fed rate, CPI/Core PCE YoY, yield curve, M2 money supply, GDP, VIX
US macro intelligence — Fed rate, CPI/Core PCE YoY, yield curve, M2 money supply, GDP, VIX, crypto Fear & Greed, AI macro regime narrative
50000 (raw units)
price
12
calls / 30d
6
unique payers
2026-09-16
updated
Provider
macro.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": {},
"type": "http"
},
"output": {
"example": {
"btc_usd": 93000,
"core_cpi_yoy": 2.8,
"core_pce_yoy": 2.6,
"cpi_yoy": 2.7,
"dxy": 99.8,
"fear_greed": {
"label": "Greed",
"value": 62
},
"fed_funds_rate": 3.64,
"gdp_growth_qoq": 2.4,
"gold_usd": 3300,
"m2_yoy": 3.1,
"macro_tone": "stable — no major stress signals",
"mortgage_30y": 6.3,
"narrative": "The US economy is in a soft-landing regime...",
"oil_wti": 62.5,
"spy": 540,
"summary": "Fed: 3.64% | 10Y: 4.3% | 2Y: 3.78% | Spread: +0.52% (normal) | CPI: 2.7% | Core PCE: 2.6% | VIX: 19.4 (calm) | Unemp: 4.3%",
"treasury_10y": 4.3,
"treasury_2y": 3.78,
"treasury_3m": 4.32,
"unemployment": 4.3,
"vix": 19.4,
"vix_signal": "calm",
"yield_curve_signal": "normal (growth expected)",
"yield_curve_spread": 0.52
},
"format": "json",
"type": "object"
}
},
"schema": {
"category": "finance",
"description": "Full US macro dashboard with AI regime analysis. Fed funds rate, 3m/2y/10y treasuries, yield curve signal, CPI YoY, Core CPI YoY, Core PCE YoY (Fed preferred), M2 money supply YoY, unemployment, GDP, mortgage rate, VIX with signal, gold, WTI crude, DXY, SPY, BTC, crypto Fear & Greed index, and a Claude Haiku macro regime narrative. Data from US Treasury, NY Fed, BLS, yfinance, alternative.me. 15-min cache. Verifiable proof (worked example, refusal case, measured latency, failure terms): https://macro.lonestaroracle.xyz/.well-known/x402-proof",
"name": "LoneStarOracle — MacroPulse",
"properties": {
"input": {
"properties": {
"method": {
"enum": [
"GET",
"HEAD",
"DELETE"
],
"type": "string"
},
"queryParams": {
"properties": {},
"type": "object"
},
"type": {
"const": "http",
"type": "string"
}
},
"required": [
"type",
"method"
],
"type": "object"
},
"output": {
"properties": {
"example": {
"btc_usd": 93000,
"core_cpi_yoy": 2.8,
"core_pce_yoy": 2.6,
"cpi_yoy": 2.7,
"dxy": 99.8,
"fear_greed": {
"label": "Greed",
"value": 62
},
"fed_funds_rate": 3.64,
"gdp_growth_qoq": 2.4,
"gold_usd": 3300,
"m2_yoy": 3.1,
"macro_tone": "stable — no major stress signals",
"mortgage_30y": 6.3,
"narrative": "The US economy is in a soft-landing regime...",
"oil_wti": 62.5,
"spy": 540,
"summary": "Fed: 3.64% | 10Y: 4.3% | 2Y: 3.78% | Spread: +0.52% (normal) | CPI: 2.7% | Core PCE: 2.6% | VIX: 19.4 (calm) | Unemp: 4.3%",
"treasury_10y": 4.3,
"treasury_2y": 3.78,
"treasury_3m": 4.32,
"unemployment": 4.3,
"vix": 19.4,
"vix_signal": "calm",
"yield_curve_signal": "normal (growth expected)",
"yield_curve_spread": 0.52
},
"type": {
"type": "string"
}
},
"required": [
"type"
],
"type": "object"
}
},
"required": [
"input"
],
"tags": [
"macro",
"fed",
"yields",
"vix",
"inflation",
"gdp",
"economy"
],
"type": "object",
"version": "2.0.0",
"x-x402-proof": "https://macro.lonestaroracle.xyz/.well-known/x402-proof"
}
}
}Use it
curl
curl "https://macro.lonestaroracle.xyz/macro" # -> 402 Payment Required, accepts[] lists how to pay # retry with a PAYMENT-SIGNATURE (or PAYMENT header) once paid
JavaScript
const res = await fetch("https://macro.lonestaroracle.xyz/macro");
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://macro.lonestaroracle.xyz/macro")
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/2204.json, and this resource appears in /discovery/resources and /discovery/search.