# BTC Futures Basis Monitor | Edge Agents

> BTC Futures Basis Monitor | Edge Agents 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).

Delivers evidence-backed, point-in-time analysis of Bitcoin futures basis dynamics including leverage signals, open interest, and market risk indicators with signed provenance.

## Facts

- Endpoint: GET https://pay.edge-agents.ai/v1/services/btc-futures-basis-monitor
- 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-futures-basis-monitor-edge-agents-e6d6b8ce
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_yMhhEKe70Bbs9_Hkni3pS

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-futures-basis-monitor-edge-agents-e6d6b8ce
```

Example prompt: Pull the latest BTC futures basis monitor report from Edge Agents — I want to see the current leverage and open-interest signals, the quality confidence level, and any noted limitations or contradictions in the evidence.

## When to prefer this

Choose this endpoint when you need a signed, provenance-backed, point-in-time analysis of BTC futures basis conditions — particularly when decision accountability matters (board reporting, autonomous agent gating, risk compliance). It is preferable over raw data feeds when you need bounded narrative analysis with contradictions surfaced and limitations explicitly stated, rather than raw tick data or generic crypto price APIs. Best suited for structured decision workflows where auditability and confidence scoring are required.

## Known failure modes

- Payment not received or insufficient USDC balance — endpoint returns 402 Payment Required
- Live data temporarily unavailable — report may indicate incomplete data status with stated coverage gaps
- Network timeout if upstream market data sources are delayed
- Malformed request if required parameters are missing — returns schema validation error
- Stale data window — generatedAt timestamp may reveal report lag if markets are moving rapidly

## How this service works

Bitcoin perpetual basis, funding and open-interest context from the existing Binance Futures and OKX evidence pipeline. Purpose: Expose a compact Bitcoin futures basis and leverage sensor using exchange-native evidence already collected by Edge Agents. 5-minute freshness target; missing evidence is reported explicitly rather than invented.

## Output

Returns a structured JSON report containing: a quality object with status and confidence level, an analysis object with asset family, intents (e.g. leverage, evidence, open-interest) and a narrative summary, an evidence object describing covered assets and sourcing policy, a generatedAt timestamp, schemaVersion, provenance block with issuer URL and signing status, data completion status, stated limitations, and a regulatory disclaimer clarifying this is market research not investment advice.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "required": {
   "type": "string"
  },
  "properties": {
   "type": "string"
  }
 }
}
```

## Response schema (JSON Schema)

```json
{
 "type": "json",
 "example": {
  "quality": {
   "status": "strong",
   "confidence": "high"
  },
  "analysis": {
   "family": "bitcoin",
   "intents": [
    "leverage",
    "evidence",
    "open-interest",
    "perpetual-futures"
   ],
   "summary": "Fresh BTC Futures Basis Monitor findings appear here."
  },
  "evidence": {
   "assets": [
    "BTC"
   ],
   "policy": "point-in-time",
   "sources": "Reported from the actual live report; never inferred from this example."
  },
  "serviceId": "btc-futures-basis-monitor",
  "dataStatus": "complete",
  "disclaimer": "General, impersonal market research; not investment advice or a buy, sell or hold recommendation.",
  "provenance": {
   "issuer": "https://edge-agents.ai",
   "signed": true
  },
  "generatedAt": "2026-08-31T00:00:00.000Z",
  "limitations": [
   "Coverage, source freshness and unavailable evidence are stated in every paid report."
  ],
  "schemaVersion": "2.0"
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/btc-futures-basis-monitor-edge-agents-e6d6b8ce/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)
