# The Stall — Inflation Intelligence

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

Retrieves current and historical inflation data and intelligence via a pay-per-call x402 USDC endpoint on Base mainnet

## Facts

- Endpoint: GET https://the-stall.intuitek.ai/cap/inflation-intel
- Price: $0.021/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/the-stall-inflation-intelligence-fbc081d7
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_N5y6bfqpf-LPayECRN3qa

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-inflation-intelligence-fbc081d7
```

Example prompt: What is the current inflation rate? Pull the latest inflation intelligence data so I can see how consumer prices have been trending recently.

## When to prefer this

Choose this endpoint when you need on-demand, pay-per-call inflation and CPI data without signing up for an account or managing API keys. Ideal for AI agents that need occasional economic data access and want to pay only per call in USDC on Base mainnet via the x402 protocol.

## Known failure modes

- Insufficient USDC balance or failed x402 payment results in 402 Payment Required response
- Invalid or missing query parameters may return empty or error response
- Upstream data source unavailability may cause timeout or 503 error
- Stale data if upstream provider has not refreshed inflation figures recently

## How this service works

Domain-agnostic x402 capability chassis by IntuiTek¹. 300 AI-callable data services — pay USDC on Base mainnet. No accounts or API keys required.

## Output

Returns current and/or historical inflation data including metrics such as CPI values, inflation rates, price index figures, and related economic intelligence indicators, delivered as structured JSON for programmatic consumption.

## 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-inflation-intelligence-fbc081d7/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)
