Class-level attribution waterfall for one asset and horizon — master score, per-class cont
Class-level attribution waterfall for one asset and horizon — master score, per-class contributions ordered by impact, per-signal triggers with walk-forward IS/OOS, and per-signal health grades. Coverage: pass any asset in the CRYPTYX 200+ tracked universe (BTC, ETH, SOL, top-cap + long-tail).
50000 (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": "50000",
"maxTimeoutSeconds": 300
}
]Output schema
{
"bazaar": {
"info": {
"input": {
"method": "GET",
"queryParams": {
"asset": "",
"day": "",
"horizon": ""
},
"type": "http"
},
"output": {
"example": {
"asof_day": "2026-06-18",
"asset": "BTC",
"classes": [
{
"class": "TR",
"class_meta": {
"sigma": 0.31
},
"class_score": 0.6124,
"n_signals": 18,
"n_triggered": 4,
"weight": 0.24,
"weighted_contribution": 0.146976
},
{
"class": "VOL",
"class_meta": {
"sigma": 0.28
},
"class_score": -0.3812,
"n_signals": 12,
"n_triggered": 2,
"weight": 0.18,
"weighted_contribution": -0.068616
},
{
"class": "FLOW",
"class_meta": {
"sigma": 0.22
},
"class_score": 0.2103,
"n_signals": 9,
"n_triggered": 1,
"weight": 0.15,
"weighted_contribution": 0.031545
}
],
"health": {
"TR_MOMO_CONT_14D": {
"health_grade": "A",
"hit_rate": 0.642,
"ic": 0.1842,
"is_anti_predictive": false,
"operational_grade": "B",
"predictive_grade": "A",
"signal_id": "TR_MOMO_CONT_14D"
},
"TR_ROC_180D": {
"health_grade": "B",
"hit_rate": 0.591,
"ic": 0.1124,
"is_anti_predictive": false,
"operational_grade": "A",
"predictive_grade": "B",
"signal_id": "TR_ROC_180D"
},
"VOL_COMPRESSION_7v30": {
"health_grade": "A",
"hit_rate": 0.618,
"ic": 0.1532,
"is_anti_predictive": false,
"operational_grade": "A",
"predictive_grade": "A",
"signal_id": "VOL_COMPRESSION_7v30"
}
},
"horizon": "7d",
"master": {
"n_classes": 8,
"rank": 3,
"score": 0.4231
},
"ok": true,
"signals": [
{
"class": "TR",
"confidence": 0.731,
"intensity": 0.1178,
"quality_weight": 0.0875,
"signal_id": "TR_MOMO_CONT_14D",
"triggered": true,
"walk_forward": {
"asof_day": "2026-06-20",
"ic_delta": -0.0264,
"is_hit_rate": 0.561,
"is_ic": 0.0876,
"is_n_obs": 18900,
"is_n_triggers": 612,
"oos_hit_rate": 0.542,
"oos_ic": 0.0612,
"oos_n_obs": 8100,
"oos_n_triggers": 184,
"overfit_ratio": 0.699,
"reliability_grade": "green",
"split_pct": 0.7,
"window_days": 180
},
"z": 1.842
},
{
"class": "TR",
"confidence": 0.682,
"intensity": 0.0589,
"quality_weight": 0.0612,
"signal_id": "TR_ROC_180D",
"triggered": true,
"z": 1.412
},
{
"class": "VOL",
"confidence": 0.654,
"intensity": -0.0581,
"quality_weight": 0.0721,
"signal_id": "VOL_COMPRESSION_7v30",
"triggered": true,
"z": -1.231
},
{
"class": "FLOW",
"confidence": 0.31,
"intensity": 0,
"quality_weight": 0.0481,
"signal_id": "FLOW_VWAP_DEV_7D",
"triggered": false,
"z": 0.412
}
],
"ts_class_metrics": {
"FLOW": {
"avg_ts_ic": 0.1103,
"ts_a": 3,
"ts_b": 6,
"ts_df": 2
},
"TR": {
"avg_ts_ic": 0.1421,
"ts_a": 8,
"ts_b": 14,
"ts_df": 3
},
"VOL": {
"avg_ts_ic": 0.0982,
"ts_a": 4,
"ts_b": 9,
"ts_df": 5
}
}
},
"type": "json"
}
},
"schema": {
"$schema": "https://json-schema.org/draft/2020-12/schema",
"properties": {
"input": {
"additionalProperties": false,
"properties": {
"method": {
"enum": [
"GET"
],
"type": "string"
},
"queryParams": {
"properties": {
"asset": {
"description": "Asset symbol (uppercased server-side), e.g. BTC, ETH, SOL",
"type": "string"
},
"day": {
"description": "Optional anchor day YYYY-MM-DD (defaults to latest master_composite_log day)",
"type": "string"
},
"horizon": {
"description": "Horizon: 7d | 14d | 30d (default 7d)",
"type": "string"
}
},
"required": [
"asset"
],
"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/signals/composite/attribution" # -> 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/signals/composite/attribution");
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/signals/composite/attribution")
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/4376.json, and this resource appears in /discovery/resources and /discovery/search.