ToolAssay

Single-metric z-score backtest over 5+ years of history per asset

Single-metric z-score backtest over 5+ years of history per asset. Triggers, trigger rate, and per-horizon forward-return and max-drawdown stats across 8 horizons (1d-365d). Pre-composite single-factor edge testing. Coverage: pass any asset in the CRYPTYX 200+ tracked universe (BTC, ETH, SOL, top-cap + long-tail).

Answeringour last check, 2026-09-24
1 of 1checks answered this week
263 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/metrics/slicer

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 263 ms

Example input (from the provider)

{
  "body": {
    "asset": "",
    "cooldown_days": 0,
    "metric_id": "",
    "operator": "",
    "threshold": 0
  },
  "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": {
            "asset": {
              "description": "Asset symbol (case-insensitive, uppercased server-side). Example: BTC, ETH, SOL.",
              "type": "string"
            },
            "cooldown_days": {
              "description": "Optional. Integer 0-365, default 7. Suppresses repeat triggers within N days of the last accepted trigger.",
              "type": "number"
            },
            "metric_id": {
              "description": "Metric ID from the 440+ catalog (case-insensitive, uppercased server-side). Example: TR_MOMO_CONT_14D, VOL_COMPRESSION_7v30, FLOW_VWAP_DEV_7D.",
              "type": "string"
            },
            "operator": {
              "description": "Trigger comparator vs threshold: gt, lt, gte, lte, or abs_gt.",
              "type": "string"
            },
            "threshold": {
              "description": "Z-score threshold against fact_stats 365-day window. Example: 2.0 for >2 sigma.",
              "type": "number"
            }
          },
          "required": [
            "metric_id",
            "asset",
            "operator",
            "threshold"
          ]
        },
        "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