# Stratalize Crypto Correlation Benchmark

> Stratalize Crypto Correlation 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 a 30-day rolling correlation matrix for BTC, ETH, and SOL including Pearson pairs, beta to BTC, dominance metrics, and a portfolio diversification signal — cryptographically signed for verification.

## Facts

- Endpoint: GET https://www.stratalize.com/api/x402/crypto-correlation-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-crypto-correlation-benchmark-bd53d2b0
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_81ja6GyLK6h4Bv-0-8xZu

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-crypto-correlation-benchmark-bd53d2b0
```

Example prompt: Pull the 30-day crypto correlation benchmark — I want to see how BTC, ETH, and SOL are correlated right now, including their betas and a diversification signal.

## When to prefer this

Choose this endpoint when a crypto portfolio manager or AI agent needs a pre-computed, cryptographically verifiable diversification benchmark for BTC, ETH, and SOL — particularly when audit-grade trust (ML-DSA-65 signed receipts) is required. Prefer over manual computation when low-cost, on-demand correlation data with a verifiable provenance chain is needed.

## Known failure modes

- Invalid period enum value — must be '7d', '30d', or '90d'
- Payment failure — $0.02 USDC x402 payment required per call
- Upstream DeFiLlama data unavailability causing stale or missing correlation data
- Insufficient historical data for the requested period window

## 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 crypto portfolio manager needs diversification context. Returns 30-day rolling correlation matrix for BTC, ETH, SOL — Pearson pairs, beta to BTC, dominance, and portfolio diversification signal. Source: DeFiLlama historical prices

## Output

A JSON response containing: a Pearson correlation matrix for all BTC/ETH/SOL pairs, individual beta values relative to BTC, dominance figures, and a portfolio diversification signal. Each response is ML-DSA-65 signed and includes a cryptographic receipt URL at trust.stratalize.com/verify for independent verification. Data is sourced from DeFiLlama historical prices.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "period": {
   "enum": [
    "7d",
    "30d",
    "90d"
   ],
   "type": "string",
   "description": "Request parameter: period"
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/stratalize-crypto-correlation-benchmark-bd53d2b0/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)
