# US Housing Market Indicators API

> US Housing Market Indicators API is a paid API for AI agents from property.memoryapi.org, paid per call via x402, $0.001/call, status unknown (last checked 2026-09-15).

Returns US housing market indicators including housing starts, permits, home prices, mortgage rates, and the Case-Shiller index.

## Facts

- Endpoint: GET https://property.memoryapi.org/x402/property/market
- Price: $0.001/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/property-memoryapi-org-0e69e276
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_z8vWpUNUPT-qyE7ec7MN5

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 property-memoryapi-org-0e69e276
```

Example prompt: What are the latest US housing market indicators — specifically housing starts, building permits, current mortgage rates, and the Case-Shiller home price index?

## When to prefer this

Use this endpoint when you need a broad snapshot of US housing market conditions in a single call, covering starts, permits, prices, mortgage rates, and the Case-Shiller index together. Prefer this over the sibling home prices or rental endpoints when you want macro housing supply/demand and financing indicators rather than granular price or rent CPI data.

## Known failure modes

- Data source unavailable — upstream FRED or Case-Shiller feed is down
- Payment not processed — x402 payment of $0.001 USDC required
- Rate limit exceeded — too many requests in a short window
- Invalid request parameters — unsupported query parameters provided

## How this service works

U.S. real estate intelligence — Zillow home price indices, FRED housing market indicators, and rental data. Pay-per-request via x402 protocol on Base mainnet.

## Output

Returns a structured set of US housing market indicators including housing starts, building permits, home prices, current mortgage rates, and the Case-Shiller home price index — likely with recent values and possibly trend data.

## Example request

```json
{
 "period": "latest",
 "indicators": [
  "housing_starts",
  "building_permits",
  "mortgage_rates",
  "case_shiller_index"
 ]
}
```

## Response schema (JSON Schema)

```json
{
 "example": {
  "source": "FRED",
  "success": true,
  "indicators": {
   "MORTGAGE30US": {
    "label": "30-Year Fixed Mortgage Rate",
    "latest_value": 6.87,
    "yoy_change_pct": -0.3
   }
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/property-memoryapi-org-0e69e276/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from property.memoryapi.org](https://www.zero.xyz/host/property.memoryapi.org/llms.txt)
