Multi-horizon macro regime synthesis from 1d through 365d — regime label, confidence, cros
Multi-horizon macro regime synthesis from 1d through 365d — regime label, confidence, cross-class state, breadth, horizon alignment. Read full risk-on/off posture in one call. Slim mode drops blobs for timelines. Runs across 200+ digital assets — BTC, ETH, SOL, top-cap + long-tail coverage.
10000 (raw units)
price
1
calls / 30d
1
unique payers
2026-09-05
updated
Provider
cryptyx.ai · discovered, not yet claimed by its owner
Payment (x402 accepts[])
[
{
"scheme": "exact",
"network": "eip155:8453",
"payTo": "0x0cD2c9724F185a029101b4AEACf3F114415c394f",
"asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
"amount": "10000",
"maxTimeoutSeconds": 300
}
]Output schema
{
"bazaar": {
"info": {
"input": {
"method": "GET",
"queryParams": {
"days": 0,
"horizon": "",
"slim": false
},
"type": "http"
},
"output": {
"example": {
"asof_day": "2026-06-18",
"count": 240,
"current": {
"30d": {
"breadth": {
"bearish_pct": 0.33,
"bullish_pct": 0.48,
"neutral_pct": 0.19
},
"cross_class_state": "neutral",
"horizon_alignment": {
"aligned_horizons": [
"14d",
"30d"
],
"alignment_score": 0.61
},
"meta": {
"dominant_classes": [
"EFF"
],
"weakest_class": "OPT"
},
"n_assets": 198,
"regime_confidence": 0.54,
"regime_label": "consolidation"
},
"7d": {
"breadth": {
"bearish_pct": 0.21,
"bullish_pct": 0.62,
"neutral_pct": 0.17
},
"cross_class_state": "risk_on",
"horizon_alignment": {
"aligned_horizons": [
"7d",
"14d",
"30d"
],
"alignment_score": 0.75
},
"meta": {
"dominant_classes": [
"TR",
"FLOW"
],
"weakest_class": "VOL"
},
"n_assets": 198,
"regime_confidence": 0.68,
"regime_label": "expansion"
}
},
"durationMs": 142,
"history": [
{
"asof_day": "2026-06-18",
"breadth": {
"bearish_pct": 0.21,
"bullish_pct": 0.62
},
"cross_class_state": "risk_on",
"horizon": "7d",
"horizon_alignment": {
"alignment_score": 0.75
},
"meta": {
"dominant_classes": [
"TR",
"FLOW"
]
},
"n_assets": 198,
"regime_confidence": 0.68,
"regime_label": "expansion"
},
{
"asof_day": "2026-06-18",
"breadth": {
"bullish_pct": 0.48
},
"cross_class_state": "neutral",
"horizon": "30d",
"horizon_alignment": {
"alignment_score": 0.61
},
"meta": {
"dominant_classes": [
"EFF"
]
},
"n_assets": 198,
"regime_confidence": 0.54,
"regime_label": "consolidation"
}
],
"ok": true
},
"type": "json"
}
},
"schema": {
"$schema": "https://json-schema.org/draft/2020-12/schema",
"properties": {
"input": {
"additionalProperties": false,
"properties": {
"method": {
"enum": [
"GET"
],
"type": "string"
},
"queryParams": {
"properties": {
"days": {
"description": "Lookback window in days (1-1900, default 30)",
"type": "number"
},
"horizon": {
"description": "Filter to one horizon: 1d, 7d, 14d, 30d, 60d, 90d, 180d, 365d (optional — omit to return all horizons)",
"type": "string"
},
"slim": {
"description": "If true, omits breadth/horizon_alignment/meta JSONB blobs — returns only regime_label + regime_confidence per row (default false)",
"type": "boolean"
}
},
"type": "object"
},
"type": {
"const": "http",
"type": "string"
}
},
"required": [
"type",
"method"
],
"type": "object"
},
"output": {
"properties": {
"example": {
"type": "object"
},
"type": {
"type": "string"
}
},
"required": [
"type"
],
"type": "object"
}
},
"required": [
"input"
],
"type": "object"
}
}
}Use it
curl
curl "https://cryptyx.ai/api/market-pulse/regime" # -> 402 Payment Required, accepts[] lists how to pay # retry with a PAYMENT-SIGNATURE (or PAYMENT header) once paid
JavaScript
const res = await fetch("https://cryptyx.ai/api/market-pulse/regime");
if (res.status === 402) {
const { accepts } = await res.json();
// pay one of accepts[] via an x402 client, then retry with the payment header
}Python
import httpx
res = httpx.get("https://cryptyx.ai/api/market-pulse/regime")
if res.status_code == 402:
accepts = res.json()["accepts"]
# pay one of accepts[] via an x402 client, then retry with the payment headerMachine-readable
Everything on this page is also available as clean JSON at /resources/4389.json, and this resource appears in /discovery/resources and /discovery/search.