Universe-aggregate cross-factor divergence alerts — Ignition (TR+VOL extreme), Capitulatio
Universe-aggregate cross-factor divergence alerts — Ignition (TR+VOL extreme), Capitulation (FLOW+TR collapse), and Distribution (outflows with trend). Severity-ranked by horizon for top-down scanning. 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": {
"horizons": ""
},
"type": "http"
},
"output": {
"example": {
"alerts": [
{
"classA": "TR",
"classB": "VOL",
"color": "#f59e0b",
"horizon": "7d",
"interpretation": "Trend + volatility both extreme — momentum breakout, strong continuation bias",
"label": "Ignition",
"relevance": 2.76,
"scoreA": 1.42,
"scoreB": 1.18,
"severity": 1.84,
"type": "ignition"
},
{
"classA": "FLOW",
"classB": "TR",
"color": "#f43f5e",
"horizon": "30d",
"interpretation": "Net outflows while trend holds — late-cycle exit, trend exhaustion likely",
"label": "Distribution",
"relevance": 1.232,
"scoreA": -0.62,
"scoreB": 0.88,
"severity": 1.12,
"type": "distribution"
},
{
"classA": "FLOW",
"classB": "TR",
"color": "#f43f5e",
"horizon": "90d",
"interpretation": "Net outflows while trend holds — late-cycle exit, trend exhaustion likely",
"label": "Distribution",
"relevance": 0.658,
"scoreA": -0.45,
"scoreB": 0.71,
"severity": 0.94,
"type": "distribution"
}
],
"asof_day": "2026-06-18",
"by_horizon": {
"30d": [
{
"classA": "FLOW",
"classB": "TR",
"color": "#f43f5e",
"horizon": "30d",
"interpretation": "Net outflows while trend holds — late-cycle exit, trend exhaustion likely",
"label": "Distribution",
"relevance": 1.232,
"scoreA": -0.62,
"scoreB": 0.88,
"severity": 1.12,
"type": "distribution"
}
],
"7d": [
{
"classA": "TR",
"classB": "VOL",
"color": "#f59e0b",
"horizon": "7d",
"interpretation": "Trend + volatility both extreme — momentum breakout, strong continuation bias",
"label": "Ignition",
"relevance": 2.76,
"scoreA": 1.42,
"scoreB": 1.18,
"severity": 1.84,
"type": "ignition"
}
],
"90d": [
{
"classA": "FLOW",
"classB": "TR",
"color": "#f43f5e",
"horizon": "90d",
"interpretation": "Net outflows while trend holds — late-cycle exit, trend exhaustion likely",
"label": "Distribution",
"relevance": 0.658,
"scoreA": -0.45,
"scoreB": 0.71,
"severity": 0.94,
"type": "distribution"
}
]
},
"by_type": {
"distribution": 2,
"ignition": 1
},
"durationMs": 187,
"ok": true,
"total_alerts": 3
},
"type": "json"
}
},
"schema": {
"$schema": "https://json-schema.org/draft/2020-12/schema",
"properties": {
"input": {
"additionalProperties": false,
"properties": {
"method": {
"enum": [
"GET"
],
"type": "string"
},
"queryParams": {
"properties": {
"horizons": {
"description": "Comma-separated subset of 1d,7d,14d,30d,60d,90d,180d,365d. Invalid values silently dropped. Default: all 8.",
"type": "string"
}
},
"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/divergences" # -> 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/divergences");
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/divergences")
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/4388.json, and this resource appears in /discovery/resources and /discovery/search.