# The Stall — Macro Indicators

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

Retrieves macroeconomic indicator data such as GDP, inflation, interest rates, and other key economic metrics via a pay-per-call x402 USDC micropayment model.

## Facts

- Endpoint: GET https://the-stall.intuitek.ai/cap/macro-indicators
- Price: $0.034/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-indicators-fc60ab25
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_FgJIV1t-LLgce6GmvTj3J

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-indicators-fc60ab25
```

Example prompt: What are the current macroeconomic indicators — things like GDP growth, inflation, and interest rates — for the US right now?

## When to prefer this

Choose this endpoint when you need quick, no-account-required access to macroeconomic indicator data and are comfortable paying $0.008 USDC per call via x402 on Base mainnet. Ideal for AI agents that need on-demand macro data without API key management overhead.

## Known failure modes

- Payment not received or insufficient USDC — returns HTTP 402
- Invalid or unsupported indicator or region parameter — returns error or empty result
- Data unavailable for requested time period — returns empty or partial dataset
- Network timeout on Base mainnet payment processing — request fails

## How this service works

Returns current US macroeconomic indicators: Fed Funds Rate, CPI (with year-over-year inflation %), Unemployment Rate, and Real GDP. Sourced from FRED (St. Louis Federal Reserve), updated monthly. One call establishes the policy and economic backdrop for any risk-pricing or multi-asset workflow. Pair with market-overview for the full macro picture.

## Output

A structured dataset of macroeconomic indicators including values such as GDP growth rate, inflation rate, unemployment rate, central bank interest rates, and other key economic metrics, paid for via a $0.008 USDC micropayment on Base mainnet with no API key required.

## Example request

```json
{
 "required": "GDP",
 "properties": "US"
}
```

## Request schema (JSON Schema)

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

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/the-stall-macro-indicators-fc60ab25/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)
