# Lone Star Oracle US Macro Indicators

> Lone Star Oracle US Macro Indicators is a paid API for AI agents from macro.lonestaroracle.xyz, paid per call via x402, $0.050000/call, status unknown (last checked 2026-09-15).

Returns current US macroeconomic indicators including Fed funds rate, GDP, CPI, yield curve, and DXY dollar index

## Facts

- Endpoint: GET https://macro.lonestaroracle.xyz/macro
- Price: $0.050000/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/macro-lonestaroracle-xyz-52911966
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_Ri4hD83HL0eEM3Rou8LEv

Status and success rate cover calls made through Zero and Zero's own probes. Third-party monitors may report differently.

## How to call it through Zero

Zero handles the 402 payment challenge and records the run. With the Zero CLI installed (`npm i -g @zeroxyz/cli`):

```sh
zero fetch --capability macro-lonestaroracle-xyz-52911966
```

Example prompt: Give me a current snapshot of US macro conditions — I need the Fed funds rate, latest CPI, GDP, DXY dollar index, and yield curve data all in one shot.

## When to prefer this

Use this endpoint when you need a single, low-cost ($0.02) call to retrieve a comprehensive set of US macroeconomic indicators — Fed funds rate, GDP, CPI, yield curve, and DXY — without having to call multiple separate financial data APIs. Ideal for macro research, portfolio context, economic briefings, or as enrichment data for financial analysis workflows.

## Known failure modes

- Data source unavailable or stale — returns error or outdated figures
- Network timeout if upstream data provider is slow
- Payment failure if x402 USDC payment of $0.02 is not properly submitted
- Rate limiting if too many requests are made in a short period

## How this service works

US macro intelligence — Fed rate, CPI/Core PCE YoY, yield curve, M2 money supply, GDP, VIX, crypto Fear & Greed, AI macro regime narrative

## Output

Returns a structured set of current US macroeconomic indicators including the Federal Reserve funds rate, GDP figures, CPI inflation reading, yield curve data across maturities, and the DXY US dollar index value.

## Example request

```json
{
 "method": "GET"
}
```

## Request schema (JSON Schema)

```json
{
 "name": "LoneStarOracle — MacroPulse",
 "tags": [
  "macro",
  "fed",
  "yields",
  "vix",
  "inflation",
  "gdp",
  "economy"
 ],
 "type": "object",
 "version": "2.0.0",
 "category": "finance",
 "required": [
  "input"
 ],
 "properties": {
  "input": {
   "type": "object",
   "required": [
    "type",
    "method"
   ],
   "properties": {
    "type": {
     "type": "string",
     "const": "http"
    },
    "method": {
     "enum": [
      "GET",
      "HEAD",
      "DELETE"
     ],
     "type": "string"
    },
    "queryParams": {
     "type": "object",
     "properties": {}
    }
   }
  },
  "output": {
   "type": "object",
   "required": [
    "type"
   ],
   "properties": {
    "type": {
     "type": "string"
    },
    "example": {
     "dxy": 99.8,
     "spy": 540,
     "vix": 19.4,
     "m2_yoy": 3.1,
     "btc_usd": 93000,
     "cpi_yoy": 2.7,
     "oil_wti": 62.5,
     "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%",
     "gold_usd": 3300,
     "narrative": "The US economy is in a soft-landing regime...",
     "fear_greed": {
      "label": "Greed",
      "value": 62
     },
     "macro_tone": "stable — no major stress signals",
     "vix_signal": "calm",
     "treasury_2y": 3.78,
     "treasury_3m": 4.32,
     "core_cpi_yoy": 2.8,
     "core_pce_yoy": 2.6,
     "mortgage_30y": 6.3,
     "treasury_10y": 4.3,
     "unemployment": 4.3,
     "fed_funds_rate": 3.64,
     "gdp_growth_qoq": 2.4,
     "yield_curve_signal": "normal (growth expected)",
     "yield_curve_spread": 0.52
    }
   }
  }
 },
 "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."
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/macro-lonestaroracle-xyz-52911966/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from macro.lonestaroracle.xyz](https://www.zero.xyz/host/macro.lonestaroracle.xyz/llms.txt)
