ToolAssay

Historical performance of the edge signal

Historical performance of the edge signal: hit rate, calibration, by hazard — Aggregates stored edge signals whose markets have resolved: how often the model beat the market (hit rate), average absolute-error improvement (edge captured), a model calibration curve, and per-hazard breakdowns. model_label is explicit about which model produced the signals.

Answeringour last check, 2026-09-24
1 of 1checks answered this week
578 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://x402-factory.com/v1/edge/backtest

CategoryMarket data
Provider hostx402-factory.com
Networkseip155:8453
Payment schemesexact
Self-reported calls, 30 days6 from 1 payers (the provider's figure, not ours)

Our checks, last 30 days

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

Example input (from the provider)

{
  "method": "GET",
  "queryParams": {
    "window": 90
  },
  "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": {
            "min_divergence": {
              "maximum": 1,
              "minimum": 0,
              "type": "number"
            },
            "window": {
              "default": 90,
              "maximum": 9007199254740991,
              "minimum": -9007199254740991,
              "type": "integer"
            }
          },
          "required": [],
          "type": "object"
        },
        "type": {
          "const": "http",
          "type": "string"
        }
      },
      "required": [
        "type",
        "method"
      ],
      "type": "object"
    },
    "output": {
      "properties": {
        "example": {
          "properties": {
            "data": {
              "additionalProperties": false,
              "properties": {
                "avg_edge_captured": {
                  "type": "number"
                },
                "by_hazard": {
                  "items": {
                    "additionalProperties": false,
                    "properties": {
                      "hazard": {
                        "type": "string"
                      },
                      "hit_rate": {
                        "maximum": 1,
                        "minimum": 0,
                        "type": "number"
                      },
                      "n": {
                        "maximum": 9007199254740991,
                        "minimum": -9007199254740991,
                        "type": "integer"
                      }
                    },
                    "required": [
                      "hazard",
                      "n",
                      "hit_rate"
                    ],
                    "type": "object"
                  },
                  "type": "array"
                },
                "calibration_curve": {
                  "items": {
                    "additionalProperties": false,
                    "properties": {
                      "bucket": {
                        "type": "string"
                      },
                      "predicted": {
                        "maximum": 1,
                        "minimum": 0,
                        "type": "number"
                      },
                      "realized": {
                        "maximum": 1,
                        "minimum": 0,
                        "type": "number"
                      }
                    },
                    "required": [
                      "bucket",
                      "predicted",
                      "realized"
                    ],
                    "type": "object"
                  },
                  "type": "array"
                },
                "hit_rate": {
                  "maximum": 1,
                  "minimum": 0,
                  "type": "number"
                },
                "model_label": {
                  "type": "string"
                },
                "n_signals": {
                  "maximum": 9007199254740991,
                  "minimum": -9007199254740991,
                  "type": "integer"
                }
              },
              "required": [
                "n_signals",
                "hit_rate",
                "avg_edge_captured",
                "calibration_curve",
                "by_hazard",
                "model_label"
              ],
              "type": "object"
            },
            "meta": {
              "type": "object"
            }
          },
          "required": [
            "data",
            "meta"
          ],
          "type": "object"
        },
        "type": {
          "type": "string"
        }
      },
      "required": [
        "type"
      ],
      "type": "object"
    }
  },
  "required": [
    "input"
  ],
  "type": "object"
}

This page as JSON