# The Stall – Macro Brief

> The Stall – Macro Brief is a paid API for AI agents from the-stall.intuitek.ai, paid per call via x402, $0.37/call, status unknown (last checked 2026-09-13).

Delivers a concise macro-economic or market intelligence brief, paid per-call in USDC on Base via x402, no API keys required.

## Facts

- Endpoint: GET https://the-stall.intuitek.ai/cap/macro-brief
- Price: $0.37/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-13
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/the-stall-macro-brief-d11c46d3
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_PO9lVwFFlxjd1wthkuPdC

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 the-stall-macro-brief-d11c46d3
```

Example prompt: Can you pull a macro brief for me right now — I need a concise summary of current global economic and market conditions to inform an investment decision I'm making today?

## When to prefer this

Choose this endpoint when you need a rapid, pay-per-use macro-economic or market intelligence brief without setting up accounts or API keys; ideal for agents that need on-demand macro context injected into financial or investment workflows via x402 micropayments on Base.

## Known failure modes

- Payment not received or insufficient USDC — HTTP 402 response requiring payment
- Invalid or malformed properties parameter — returns error or empty brief
- Service temporarily unavailable — HTTP 500 or timeout
- Network error reaching Base mainnet for payment settlement

## How this service works

AI-synthesized US macroeconomic situation briefing. Gathers 7 real-time signals — HY/IG credit spreads, yield curve (10Y-3M), initial jobless claims, JOLTS openings, core PCE, and Fed Funds rate — from FRED (free, no auth) then uses GPT-4o-mini to synthesize a structured briefing: regime label (expansion/contraction/late-cycle/recovery/uncertain), dominant risk, agent implication, and a 200-word narrative. Replaces a 5+ step data assembly + LLM chain. Priced below Bloomberg macro summaries.

## Output

A concise macro-economic and/or market intelligence brief covering current global economic conditions, market trends, and key macro indicators, returned as structured or text data.

## Example request

```json
{
 "properties": "global economic conditions"
}
```

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "properties": {
   "type": "string"
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/the-stall-macro-brief-d11c46d3/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from the-stall.intuitek.ai](https://www.zero.xyz/host/the-stall.intuitek.ai/llms.txt)
