# The Stall — Market Intelligence (x402)

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

Delivers AI-callable market intelligence data via x402 pay-per-call on Base mainnet, requiring no accounts or API keys.

## Facts

- Endpoint: GET https://the-stall.intuitek.ai/cap/market-intelligence
- Price: $0.5/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/the-stall-market-intelligence-x402-e931b54a
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_OYDWK8f745iKUWZCwXyc5

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-market-intelligence-x402-e931b54a
```

Example prompt: Pull market intelligence from The Stall on IntuiTek for the commercial real estate segment — I'll pay the 0.5 USDC per-call fee on Base mainnet, no API key needed.

## When to prefer this

Choose this endpoint when you need on-demand market intelligence without committing to a subscription or API key, and you are able to pay 0.5 USDC per call on Base mainnet via the x402 protocol. Ideal for agents with crypto payment capability needing occasional market data lookups.

## Known failure modes

- Payment not received or insufficient USDC — returns 402 Payment Required
- Invalid or missing properties parameter — returns 400 Bad Request
- Service temporarily unavailable — returns 503
- Network congestion on Base mainnet delays payment confirmation
- Malformed query string results in empty or error response

## How this service works

Returns settlement-verified x402 endpoint intelligence. Shows which endpoints have genuine organic payer breadth and live pricing — sourced from on-chain USDC settlements, not just catalog listings. Filter by category, price range, and minimum unique payers. Useful before wiring a workflow to an external x402 endpoint: confirms it is active with multiple independent payers, not private infrastructure or a dead listing.

## Output

Returns structured market intelligence data for the queried properties or segment, delivered as a JSON payload after USDC payment is confirmed on Base mainnet.

## 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-market-intelligence-x402-e931b54a/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)
