# Carbon & Cashmere Mean-Reversion Analytics – SOL

> Carbon & Cashmere Mean-Reversion Analytics – SOL is a paid API for AI agents from api.carbon-cashmere.de, paid per call via x402, $0.01/call, status unknown (last checked 2026-09-15).

Returns mean-reversion analytics for Solana (SOL) including z-scores to 20/50/200-bar moving averages, Ornstein-Uhlenbeck half-life, and reversion probability.

## Facts

- Endpoint: GET https://api.carbon-cashmere.de/v1/mean-reversion/SOL
- Price: $0.01/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/carbon-cashmere-mean-reversion-analytics-sol-519e52e5
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_U0b_gHNbfD8_pxEX5p6V5

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 carbon-cashmere-mean-reversion-analytics-sol-519e52e5
```

Example prompt: Pull the mean-reversion analytics for SOL right now — I want to see the z-scores to the 20, 50, and 200-bar moving averages, the Ornstein-Uhlenbeck half-life, and whether it's statistically mean-reverting.

## When to prefer this

Use this endpoint when you need quantitative mean-reversion metrics specifically for SOL, including statistically grounded z-scores and Ornstein-Uhlenbeck parameters. Prefer this over generic price endpoints when you need to know whether an asset is statistically likely to revert to its mean, how far it has deviated, and on what timescale reversion is expected. Ideal for quantitative strategies, systematic trading signals, and risk assessment workflows.

## Known failure modes

- SOL price data unavailable — upstream data feed failure
- Invalid or unsupported asset symbol in path
- Rate limiting or payment failure via x402 micropayment protocol
- Service downtime resulting in 5xx response
- Stale or lagging data if price feed is delayed

## How this service works

Professional crypto market intelligence. Real-time prices, signals, and market scoring.

## Output

A JSON object containing the SOL symbol, z-scores to 20/50/200-bar moving averages, Ornstein-Uhlenbeck half-life in days, a boolean indicating whether the asset is mean-reverting, the OU lambda per bar, and a reversion probability value (0–1), plus a disclaimer that data is informational only.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "properties": {
   "type": "string"
  }
 }
}
```

## Response schema (JSON Schema)

```json
{
 "type": "json",
 "example": {
  "_meta": {
   "disclaimer": "Informational research data only — not investment advice."
  },
  "symbol": "BTC",
  "z_to_ma_20": 1.2,
  "z_to_ma_50": 0.8,
  "z_to_ma_200": 2.1,
  "half_life_days": 5.8,
  "is_mean_reverting": true,
  "ou_lambda_per_bar": 0.02,
  "reversion_probability": 0.23
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/carbon-cashmere-mean-reversion-analytics-sol-519e52e5/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from api.carbon-cashmere.de](https://www.zero.xyz/host/api.carbon-cashmere.de/llms.txt)
