ToolAssay

Walk-forward backtest of a custom 8-class composite weight vector at 7d/14d/30d

Walk-forward backtest of a custom 8-class composite weight vector at 7d/14d/30d. Runs custom, IC-weighted default, and equal-weight blends in parallel with full performance breakdowns. Benchmark your blend against the production moat. Runs across 200+ digital assets — BTC, ETH, SOL, top-cap + long-tail coverage.

Answeringour last check, 2026-09-24
1 of 1checks answered this week
269 msmedian answer time
$0.05listed price per call
$0.05price it asked us

Paid test badge: not yet. The checks above are free: we call the tool without paying and read the payment request it sends back. The Verified badge needs paid calls whose answers match the promised output, and nobody can buy a badge.

Endpoint

POST https://cryptyx.ai/api/signals/composite/backtest

CategoryEverything else
Provider hostcryptyx.ai
Networkseip155:8453
Payment schemesexact
Self-reported calls, 30 days1 from 1 payers (the provider's figure, not ours)

Our checks, last 30 days

DayResultHTTPAskedTime
2026-09-24 valid payment request 402$0.05 269 ms

Example input (from the provider)

{
  "body": {
    "from": "",
    "horizon": "",
    "threshold": 0,
    "to": "",
    "weights": {}
  },
  "bodyType": "json",
  "method": "POST",
  "type": "http"
}

Promised output schema (from the provider)

{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "properties": {
    "input": {
      "additionalProperties": false,
      "properties": {
        "body": {
          "properties": {
            "from": {
              "description": "Start date YYYY-MM-DD",
              "type": "string"
            },
            "horizon": {
              "description": "Forward return horizon: 7d, 14d, or 30d (default 7d)",
              "type": "string"
            },
            "threshold": {
              "description": "Composite score threshold for long/short trigger, 0-1 (default 0.05)",
              "type": "number"
            },
            "to": {
              "description": "End date YYYY-MM-DD",
              "type": "string"
            },
            "weights": {
              "description": "Per-class weights 0-2 for all 8 factor classes: CORR, EFF, FLOW, FUT, OB, OPT, TR, VOL",
              "type": "object"
            }
          },
          "required": [
            "weights",
            "from",
            "to"
          ]
        },
        "bodyType": {
          "enum": [
            "json",
            "form-data",
            "text"
          ],
          "type": "string"
        },
        "method": {
          "enum": [
            "POST"
          ],
          "type": "string"
        },
        "type": {
          "const": "http",
          "type": "string"
        }
      },
      "required": [
        "type",
        "method",
        "bodyType",
        "body"
      ],
      "type": "object"
    },
    "output": {
      "properties": {
        "example": {
          "type": "object"
        },
        "type": {
          "type": "string"
        }
      },
      "required": [
        "type"
      ],
      "type": "object"
    }
  },
  "required": [
    "input"
  ],
  "type": "object"
}

This page as JSON