ToolAssay

Annualised realised-volatility estimates over retained 1-hour, 24-hour and 7-day

Annualised realised-volatility estimates over retained 1-hour, 24-hour and 7-day Bitcoin observation windows with minimum-history and coverage gates. Purpose: Compare short and longer Bitcoin realised-volatility horizons using retained point-in-time observations without substituting options implied volatility. 5-minute freshness target; missing evidence is reported explicitly rather than invented.

Answeringour last check, 2026-09-24
1 of 1checks answered this week
170 msmedian answer time
$0.01listed price per call
$0.01price 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://pay.edge-agents.ai/v1/services/btc-realised-volatility-term-structure

CategoryEverything else
Provider hostpay.edge-agents.ai
Networkseip155:137, eip155:42161, eip155:8453, solana:5eykt4UsFv8P8NJdTREpY1vzqKqZKvdp, xrpl:0
Payment schemesexact
Self-reported calls, 30 days2 from 1 payers (the provider's figure, not ours)

Our checks, last 30 days

DayResultHTTPAskedTime
2026-09-24 valid payment request 402$0.01 170 ms

Example input (from the provider)

{
  "method": "GET",
  "queryParams": {},
  "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": {
          "additionalProperties": false,
          "description": "No parameters are required. The report is generated from fresh eligible evidence at purchase time.",
          "properties": {},
          "required": [],
          "type": "object"
        },
        "type": {
          "const": "http",
          "type": "string"
        }
      },
      "required": [
        "type",
        "method"
      ],
      "type": "object"
    },
    "output": {
      "properties": {
        "example": {
          "additionalProperties": true,
          "properties": {
            "analysis": {
              "description": "Product-specific findings calculated from eligible evidence.",
              "type": "object"
            },
            "dataStatus": {
              "description": "Completeness of eligible evidence used by the live report.",
              "enum": [
                "complete",
                "partial",
                "unavailable"
              ],
              "type": "string"
            },
            "deliveryId": {
              "description": "Unique delivery identifier returned after a successful paid request.",
              "type": "string"
            },
            "disclaimer": {
              "type": "string"
            },
            "evidence": {
              "description": "Observed evidence, providers, timestamps and source lineage supporting the analysis.",
              "type": "object"
            },
            "generatedAt": {
              "description": "RFC3339 date-time timestamp.",
              "pattern": "^\\d{4}-\\d{2}-\\d{2}T\\d{2}:\\d{2}:\\d{2}(?:\\.\\d+)?(?:Z|[+-]\\d{2}:\\d{2})$",
              "type": "string"
            },
            "limitations": {
              "items": {
                "type": "string"
              },
              "type": "array"
            },
            "provenance": {
              "description": "Issuer and signature/verification status when available.",
              "type": "object"
            },
            "quality": {
              "description": "Evidence-quality assessment; not probability of profit.",
              "type": "object"
            },
            "reportId": {
              "description": "Product report identifier when the service exposes one.",
              "type": "string"
            },
            "schemaVersion": {
              "description": "Version of the machine-readable report contract.",
              "type": "string"
            },
            "serviceId": {
              "const": "btc-realised-volatility-term-structure",
              "type": "string"
            }
          },
          "required": [
            "serviceId",
            "generatedAt",
            "dataStatus",
            "analysis"
          ],
          "type": "object"
        },
        "type": {
          "type": "string"
        }
      },
      "required": [
        "type"
      ],
      "type": "object"
    }
  },
  "required": [
    "input"
  ],
  "type": "object"
}

This page as JSON