# Edge Agents BTC Leverage & Liquidation Risk Intelligence

> Edge Agents BTC Leverage & Liquidation Risk Intelligence 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-15).

Returns evidence-backed Bitcoin leverage and liquidation risk analysis including open interest, funding rates, and liquidation risk signals with provenance and confidence scores.

## Facts

- Endpoint: GET https://pay.edge-agents.ai/v1/services/btc-leverage-risk
- Price: $0.01/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/edge-agents-btc-leverage-liquidation-risk-intelligence-1fc0b281
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_HaGp--Buhxs9drGZmcHID

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 edge-agents-btc-leverage-liquidation-risk-intelligence-1fc0b281
```

Example prompt: Pull me the latest Edge Agents BTC leverage and liquidation risk report — I want to see current open-interest signals, confidence level, and any contradictions or limitations in the evidence.

## When to prefer this

Choose this endpoint when you need a structured, evidence-backed, provenance-signed Bitcoin leverage and liquidation risk assessment rather than a raw data feed or unverified price ticker. It is particularly valuable for autonomous agents or decision-makers who need machine-readable risk intelligence with explicit confidence scores, contradiction flagging, and audit trails. Prefer it over generic crypto APIs when accountability, evidence sourcing, and bounded analysis matter — such as in institutional risk workflows, AI agent decision gates, or board-level reporting contexts.

## Known failure modes

- Payment not received or insufficient USDC — returns 402 Payment Required
- Data temporarily unavailable — dataStatus may indicate incomplete coverage
- Low-confidence evidence — confidence field may return 'low' with stated limitations
- Rate limiting or service downtime — HTTP 429 or 503
- Stale data edge case — generatedAt timestamp indicates recency, check before acting

## How this service works

Exchange-native BTC perpetual funding, open interest, basis and venue disagreement evidence with explicit unavailable fields. Purpose: Measure BTC derivatives leverage and crowding without inventing liquidation data or uncalibrated probabilities. 5-minute freshness target; missing evidence is reported explicitly rather than invented.

## Output

A JSON object containing: a quality status (e.g. 'strong') and confidence level ('high'), an analysis block with the asset family (bitcoin), intents covered (risk, leverage, open-interest), and a human-readable summary of current findings, an evidence block listing covered assets (BTC, XRP), policy (live), and sources, a signed provenance record from edge-agents.ai, a generatedAt timestamp, a schemaVersion, a disclaimer clarifying this is general market research and not investment advice, and a limitations list describing coverage or source-freshness caveats.

## 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": [
    "risk",
    "leverage",
    "evidence",
    "open-interest",
    "perpetual-futures"
   ],
   "summary": "Fresh BTC Leverage & Liquidation Risk findings appear here."
  },
  "evidence": {
   "assets": [
    "BTC",
    "XRP"
   ],
   "policy": "live",
   "sources": "Reported from the actual live report; never inferred from this example."
  },
  "serviceId": "btc-leverage-risk",
  "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/edge-agents-btc-leverage-liquidation-risk-intelligence-1fc0b281/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)
