# LoneStarOracle MacroPulse

> LoneStarOracle MacroPulse is a paid API for AI agents from api.aidress.ai, paid per call via x402, $0.05/call, status unknown (last checked 2026-09-13).

Returns a comprehensive US macroeconomic dashboard including Fed rate, yield curve, inflation metrics, GDP, VIX, crypto Fear & Greed, and an AI-generated macro regime narrative

## Facts

- Endpoint: GET https://api.aidress.ai/pay/agent_macro_lonestaroracle_xyz
- Price: $0.05/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-13
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/lonestaroracle-macropulse-d3f8a421
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_TOt7KqV4U-afrzpAZuxPh

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 lonestaroracle-macropulse-d3f8a421
```

Example prompt: Give me a full US macro snapshot — Fed rate, yield curve, CPI, Core PCE, VIX signal, GDP, M2 growth, and an AI narrative on what regime we're in right now.

## When to prefer this

Choose this endpoint when you need a comprehensive, single-call US macroeconomic snapshot covering monetary policy, inflation, yield curve, labor market, commodity prices, equity volatility, and crypto sentiment simultaneously — especially when you want an AI-generated regime narrative that synthesizes all signals. Prefer this over individual data source APIs when breadth and synthesis matter more than real-time tick accuracy. The 15-minute cache makes it ideal for periodic macro monitoring rather than high-frequency trading.

## Known failure modes

- Upstream data source unavailable (US Treasury, BLS, yfinance) — partial or stale data may be returned
- Payment not processed — x402 payment required before data is served
- Rate limit or server error on api.aidress.ai — returns 5xx
- Cache miss during high volatility period may cause slight delay
- Crypto Fear & Greed index from alternative.me may be delayed or unavailable independently

## 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

A JSON object with ~20 macro data points including Fed funds rate, 3-month/2-year/10-year treasury yields, yield curve spread and signal, CPI YoY, Core CPI YoY, Core PCE YoY, M2 YoY, unemployment rate, GDP growth QoQ, 30-year mortgage rate, VIX with calm/elevated/fearful signal, gold price, WTI crude, DXY, SPY, BTC/USD, crypto Fear & Greed index with label and value, an overall macro tone label, a one-line summary string, and a multi-sentence Claude Haiku AI narrative describing the current macro regime. Data is cached for 15 minutes.

## 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/lonestaroracle-macropulse-d3f8a421/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from api.aidress.ai](https://www.zero.xyz/host/api.aidress.ai/llms.txt)
