# BTC Realised Volatility Term Structure

> BTC Realised Volatility Term Structure is a paid API for AI agents from pay.edge-agents.ai, paid per call via x402, $0.01/call, status unknown (last checked 2026-09-14).

Returns evidence-backed Bitcoin realised volatility term structure analysis with provenance, confidence scoring, and contradiction flags.

## Facts

- Endpoint: GET https://pay.edge-agents.ai/v1/services/btc-realised-volatility-term-structure
- Price: $0.01/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/btc-realised-volatility-term-structure-a67b4885
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_3OcSyMvPq6hWsLJFLS-sQ

Status and success rate cover calls made through Zero and Zero's own probes. Third-party monitors may report differently.

## How to call it through Zero

Zero handles the 402 payment challenge and records the run. With the Zero CLI installed (`npm i -g @zeroxyz/cli`):

```sh
zero fetch --capability btc-realised-volatility-term-structure-a67b4885
```

Example prompt: Can you pull the current Bitcoin realised volatility term structure from Edge Agents — I need the confidence level and source provenance so I can include it in today's risk briefing?

## When to prefer this

Choose this endpoint when you need signed, provenance-tracked Bitcoin realised volatility term structure data with explicit confidence scoring and contradiction flagging — especially for institutional, audit-trail, or autonomous-agent workflows where data lineage matters. Prefer it over generic crypto data feeds when you need bounded, evidence-cited analysis rather than raw price or implied volatility figures.

## Known failure modes

- Payment not completed — 402 response if USDC payment via x402 protocol is missing or invalid
- Data unavailable — report may flag incomplete coverage if source data is stale or missing for certain tenors
- Low confidence result — quality.confidence may return 'low' if contradicting evidence is found
- Schema mismatch — clients expecting schema v1 responses may fail on v2 structure
- Rate or network errors — transient failures may return 5xx responses requiring retry

## How this service works

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.

## Output

Returns a JSON object containing: quality status and confidence rating, a family/asset label (Bitcoin/BTC), an intent and summary analysis, evidence details including assets covered and sourcing policy, a generated timestamp, signed provenance from edge-agents.ai, schema version, and stated limitations about coverage and source freshness. The report is point-in-time and includes a disclaimer that it is general market research, not investment advice.

## Request schema (JSON Schema)

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

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/btc-realised-volatility-term-structure-a67b4885/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from pay.edge-agents.ai](https://www.zero.xyz/host/pay.edge-agents.ai/llms.txt)
