{
  "x402Version": 2,
  "id": 4376,
  "slug": "4376",
  "resource": "https://cryptyx.ai/api/signals/composite/attribution",
  "description": "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).",
  "type": "http",
  "accepts": [
    {
      "scheme": "exact",
      "network": "eip155:8453",
      "payTo": "0x0cD2c9724F185a029101b4AEACf3F114415c394f",
      "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
      "amount": "50000",
      "maxTimeoutSeconds": 300
    }
  ],
  "outputSchema": {
    "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"
      }
    }
  },
  "tags": [
    "bazaar"
  ],
  "sourceHost": "cryptyx.ai",
  "lastUpdated": "2026-09-05T12:59:03.361Z",
  "quality": {
    "calls30d": 1,
    "uniquePayers30d": 1,
    "lastCalledAt": "2026-09-05T12:59:03.167Z"
  },
  "liveness": {},
  "verified": false,
  "featured": false,
  "provider": {
    "host": "cryptyx.ai",
    "manifest_name": "cryptyx.ai",
    "source": "cdp-mirror",
    "source_manifest_url": "https://api.cdp.coinbase.com/platform/v2/x402/discovery/resources",
    "submitted_at": "2026-09-18T22:00:31.484Z"
  }
}