ToolAssay

Factor term-structure grid — 7 classes by 8 horizons of market-average t-score w

Factor term-structure grid — 7 classes by 8 horizons of market-average t-score with breadth counts and 1-day momentum delta. Per-asset mode adds delta-vs-market per cell. Read rotation in one matrix. 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
388 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

GET https://cryptyx.ai/api/market-pulse/factor-cross-section

CategoryMarket data
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 388 ms

Example input (from the provider)

{
  "method": "GET",
  "queryParams": {
    "asset": "BTC",
    "history_class": "TR",
    "history_days": 30,
    "history_horizon": "30D",
    "mode": "market"
  },
  "type": "http"
}

Promised output schema (from the provider)

{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "properties": {
    "input": {
      "additionalProperties": false,
      "properties": {
        "method": {
          "enum": [
            "GET"
          ],
          "type": "string"
        },
        "queryParams": {
          "properties": {
            "asset": {
              "description": "Required when mode=asset (e.g. BTC)",
              "example": "BTC",
              "type": "string"
            },
            "history_class": {
              "description": "Factor class for sparkline (CORR/EFF/FLOW/FUT/OB/TR/VOL); required with history_days>0",
              "example": "TR",
              "type": "string"
            },
            "history_days": {
              "default": 0,
              "description": "Sparkline lookback in days; 0 disables history",
              "example": 30,
              "maximum": 90,
              "minimum": 0,
              "type": "integer"
            },
            "history_horizon": {
              "description": "Horizon for sparkline (1D/7D/14D/30D/60D/90D/180D/365D); required with history_days>0",
              "example": "30D",
              "type": "string"
            },
            "mode": {
              "default": "market",
              "description": "market = aggregate grid across all assets; asset = single-asset grid with market deltas",
              "enum": [
                "market",
                "asset"
              ],
              "type": "string"
            }
          },
          "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"
}

This page as JSON