# Stratalize CRE Cap Rate Benchmark

> Stratalize CRE Cap Rate 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 p25/p50/p75 cap rate benchmarks for commercial real estate by asset class, market tier, and US region, sourced from CBRE and JLL quarterly surveys.

## Facts

- Endpoint: GET https://www.stratalize.com/api/x402/cap-rate-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-cre-cap-rate-benchmark-9c65fa15
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_zUydUKwb4FaUELw42g4YX

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-cre-cap-rate-benchmark-9c65fa15
```

Example prompt: What are the current p25, p50, and p75 cap rates for multifamily assets in northeast gateway markets? I need this for acquisition pricing.

## When to prefer this

Use this endpoint when a CRE acquisition team, underwriter, or portfolio manager needs statistically grounded cap rate benchmarks (p25/p50/p75) segmented by asset class and market tier, especially when cryptographic data integrity verification is required. Prefer this over general financial data APIs when the query is specifically about commercial real estate capitalization rates sourced from CBRE/JLL institutional surveys.

## Known failure modes

- Invalid or unsupported enum value for region, asset_class, or market_tier returns a 400 error
- Missing required parameters may return an error or default behavior depending on API implementation
- Stale survey data if CBRE/JLL has not yet published the current quarter's results
- Payment failure or insufficient USDC balance returns a 402 Payment Required response
- Signature verification failure at trust.stratalize.com/verify 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 CRE acquisition team needs current cap rate benchmarks for pricing or portfolio valuation. Returns p25/p50/p75 cap rates by asset class, market tier, and geography. Source: CBRE and JLL quarterly surveys

## Output

Returns a set of cap rate percentile benchmarks (p25, p50, p75) broken down by the requested asset class (e.g. multifamily, industrial), market tier (gateway, secondary, tertiary), and US region — sourced from CBRE and JLL quarterly surveys. Each response is ML-DSA-65 cryptographically signed and includes a verifiable receipt URL.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "region": {
   "enum": [
    "northeast",
    "southeast",
    "midwest",
    "southwest",
    "west"
   ],
   "type": "string",
   "description": "Request parameter: region"
  },
  "asset_class": {
   "enum": [
    "multifamily",
    "industrial",
    "office",
    "retail_strip",
    "retail_mall",
    "hospitality",
    "self_storage",
    "senior_housing"
   ],
   "type": "string",
   "description": "Request parameter: asset class"
  },
  "market_tier": {
   "enum": [
    "gateway",
    "secondary",
    "tertiary"
   ],
   "type": "string",
   "description": "Request parameter: market tier"
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/stratalize-cre-cap-rate-benchmark-9c65fa15/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)
