ToolAssay

Pre-flight threshold simulator — count how many assets would trigger at a propos

Pre-flight threshold simulator — count how many assets would trigger at a proposed cutoff for one anchor day, with current vs proposed threshold and estimated trigger rate. Use before forking parameters. 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
390 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/simulate

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

Example input (from the provider)

{
  "body": {
    "asof_day": "",
    "signal_id": "",
    "threshold_key": "",
    "threshold_value": 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": {
            "asof_day": {
              "description": "Optional YYYY-MM-DD lookup day. Defaults to metrics.aligned_day_1d()",
              "type": "string"
            },
            "signal_id": {
              "description": "Atomic signal registry ID, uppercased server-side (e.g. TR_MOMO_CONT_14D, FLOW_ACCUM_NETUSD_7D, VOL_COMPRESSION_7v30)",
              "type": "string"
            },
            "threshold_key": {
              "description": "Parameter name to simulate (e.g. t_thr, z_thr). Used to fetch current_threshold from signals.signal_params for comparison",
              "type": "string"
            },
            "threshold_value": {
              "description": "Proposed cutoff value. Interpreted as z-score for most signals, t-score for TR_MOMO_* signals",
              "type": "number"
            }
          },
          "required": [
            "signal_id",
            "threshold_key",
            "threshold_value"
          ]
        },
        "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