ToolAssay

Re-rank 200+ assets under your own 8-class composite weights at 7d/14d/30d

Re-rank 200+ assets under your own 8-class composite weights at 7d/14d/30d. Returns full ranking with class contributions, default-weight comparison, and top movers vs default. Stress-test your composite recipe against the production moat.

Answeringour last check, 2026-09-24
1 of 1checks answered this week
412 msmedian answer time
$0.25listed price per call
$0.25price 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/custom

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.25 412 ms

Example input (from the provider)

{
  "body": {
    "day": "",
    "horizon": "",
    "threshold": 0,
    "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": {
            "day": {
              "description": "Optional anchor day, YYYY-MM-DD. Defaults to MAX(asof_day) in signals.class_composite_log.",
              "type": "string"
            },
            "horizon": {
              "description": "Composite horizon: 7d | 14d | 30d. Default 7d.",
              "type": "string"
            },
            "threshold": {
              "description": "Optional |score| floor \u2014 assets with |custom score| < threshold are excluded from assets[] (top_movers and summary still computed against the full ranked set).",
              "type": "number"
            },
            "weights": {
              "description": "Custom weight per factor class. Required keys: CORR, EFF, FLOW, FUT, OB, OPT, TR, VOL. Each value 0-2. Weights are normalised by sum of absolute values, not required to sum to 1.",
              "type": "object"
            }
          },
          "required": [
            "weights"
          ]
        },
        "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