# Stratalize Housing Supply Benchmark

> Stratalize Housing Supply Benchmark is a paid API for AI agents from www.stratalize.com, paid per call via x402, $0.02/call, status unknown (last checked 2026-09-14).

Returns forward-looking housing supply indicators (starts, permits, completions, absorption) by region and structure type, sourced from Census and FRED, as a leading price signal 6-12 months ahead.

## Facts

- Endpoint: GET https://www.stratalize.com/api/x402/housing-supply-benchmark
- Price: $0.02/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/stratalize-housing-supply-benchmark-65a3d1a0
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_lGisfOiztjXsBwLwBGA3f

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 stratalize-housing-supply-benchmark-65a3d1a0
```

Example prompt: Pull the housing supply benchmark for the South region covering all structure types — I want starts, permits, completions, and absorption as a leading indicator for where prices are heading over the next 6-12 months.

## When to prefer this

Choose this endpoint when you need forward-looking housing supply data (starts, permits, completions, absorption) as a leading price indicator, especially when cryptographic verifiability of the data is required. Prefer over general real estate endpoints when the use case is supply-side pipeline analysis for lending decisions, development feasibility, or macroeconomic forecasting 6-12 months ahead.

## Known failure modes

- Invalid region enum value returns 400 bad request
- Invalid structure_type enum value returns 400 bad request
- FRED or Census data temporarily unavailable returns 503 or stale-data indicator
- Payment not processed (x402 protocol failure) returns 402 Payment Required
- Signature verification failure at trust.stratalize.com indicates data integrity issue

## How this service works

Stratalize — attested finance, legal, healthcare, and compliance intelligence. Signed, independently verifiable receipt on every call (trust.stratalize.com/verify). Use when a developer or lender needs forward-looking supply indicators. Returns starts, permits, completions, and absorption by market tier from FRED. Leading indicator for prices 6-12 months ahead. Source: Census + FRED

## Output

Returns housing starts, building permits, completions, and absorption rates segmented by the requested region and structure type, with market tier classification, sourced from U.S. Census and FRED. Each response includes an ML-DSA-65 cryptographic signature and a verifiable receipt at trust.stratalize.com/verify for independent integrity verification.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "region": {
   "enum": [
    "national",
    "northeast",
    "south",
    "midwest",
    "west"
   ],
   "type": "string",
   "description": "Request parameter: region"
  },
  "structure_type": {
   "enum": [
    "single_family",
    "multifamily",
    "all"
   ],
   "type": "string",
   "description": "Request parameter: structure type"
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/stratalize-housing-supply-benchmark-65a3d1a0/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from www.stratalize.com](https://www.zero.xyz/host/www.stratalize.com/llms.txt)
