# CRYPTYX Temporal Layers — Multi-Horizon Regime Decomposition

> CRYPTYX Temporal Layers — Multi-Horizon Regime Decomposition is a paid API for AI agents from cryptyx.ai, paid per call via x402, $0.01/call, status unknown (last checked 2026-09-16).

Decomposes crypto market regimes across tactical, strategic, and secular timescales (1–1900 day lookback) and returns a Supertrend score showing cross-horizon alignment or divergence.

## Facts

- Endpoint: GET https://cryptyx.ai/api/market-pulse/temporal-layers
- Price: $0.01/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-16
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/cryptyx-temporal-layers-multi-horizon-regime-decomposition-b427b7c8
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_BrUfbOOP9UBDIe6LV0dr4

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 cryptyx-temporal-layers-multi-horizon-regime-decomposition-b427b7c8
```

Example prompt: What's the current crypto market regime consistency across tactical, strategic, and secular timescales? Use a 180-day lookback and tell me if the horizons are aligned or diverging.

## When to prefer this

Choose this endpoint when you need to understand multi-horizon regime consistency — specifically whether short-term (tactical), medium-term (strategic), and long-term (secular) crypto market regimes agree or conflict. Use it to complement /market-pulse/regime, which gives a single regime reading; this endpoint adds temporal depth and named-layer decomposition. Best when assessing macro vs micro regime divergence or confirming trend conviction across timescales.

## Known failure modes

- Invalid 'days' value outside 1–1900 range returns an error or falls back to default
- Payment not processed (x402 flow fails) results in 402 response with no data
- Service unavailable during data refresh windows may return stale or empty results
- Missing or malformed query parameters may cause default behavior or errors

## How this service works

Tactical / strategic / secular regime decomposition + Supertrend score across a 1-1900 day lookback. Shows regime alignment across timescales — is the market in agreement or diverging? Complements /market-pulse/regime by decomposing multi-horizon consistency into named layers. Runs across 200+ digital assets — BTC, ETH, SOL, top-cap + long-tail coverage.

## Output

Returns a breakdown of market regime classification across three named timescale layers (tactical, strategic, secular) plus a Supertrend score, indicating whether regimes across horizons are in agreement or diverging — computed over the requested lookback window (1–1900 days, default 90).

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "$schema": "https://json-schema.org/draft/2020-12/schema",
 "required": [
  "input"
 ],
 "properties": {
  "input": {
   "type": "object",
   "required": [
    "type",
    "method"
   ],
   "properties": {
    "type": {
     "type": "string",
     "const": "http"
    },
    "method": {
     "enum": [
      "GET"
     ],
     "type": "string"
    },
    "queryParams": {
     "type": "object",
     "properties": {
      "days": {
       "type": "number",
       "description": "Lookback window in days (1-1900, default 90)"
      }
     }
    }
   },
   "additionalProperties": false
  },
  "output": {
   "type": "object",
   "required": [
    "type"
   ],
   "properties": {
    "type": {
     "type": "string"
    },
    "example": {
     "type": "object"
    }
   }
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/cryptyx-temporal-layers-multi-horizon-regime-decomposition-b427b7c8/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from cryptyx.ai](https://www.zero.xyz/host/cryptyx.ai/llms.txt)
