# Edge Agents ETH Leverage & Liquidation Risk Intelligence

> Edge Agents ETH 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 analysis of Ethereum leverage and liquidation risk, including open-interest data, risk indicators, and sourced findings with provenance.

## Facts

- Endpoint: GET https://pay.edge-agents.ai/v1/services/eth-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-eth-leverage-liquidation-risk-intelligence-7ed2a704
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_w-HhGKt2J8cXAJjSjdJj2

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-eth-leverage-liquidation-risk-intelligence-7ed2a704
```

Example prompt: Can you pull the latest ETH leverage and liquidation risk report from Edge Agents — I want sourced findings on open interest and whether Ethereum is overleveraged right now?

## When to prefer this

Choose this endpoint when you need a structured, evidence-backed assessment of Ethereum leverage and liquidation risk with explicit provenance and contradiction tracking — particularly for autonomous agents or decision-makers who need auditable, sourced findings rather than raw exchange data or unattributed summaries. It is especially valuable when accountability and verifiability of the underlying evidence matter, such as in board-level reporting, risk management workflows, or agentic pipelines that require bounded decisions.

## Known failure modes

- Payment not provided or invalid — returns 402 Payment Required
- Service temporarily unavailable — returns 5xx error
- Rate limiting exceeded — returns 429 Too Many Requests
- Data source unavailability may result in partial or degraded coverage noted in report limitations
- Stale data if live sources are unreachable, indicated in the dataStatus field

## How this service works

Exchange-native ETH perpetual funding, open interest, basis and venue disagreement evidence with explicit unavailable fields. Purpose: Measure ETH 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 structured JSON report containing a quality status and confidence level, an analysis summary covering ETH leverage and liquidation risk with identified intents (risk, leverage, evidence, open-interest), evidence listing relevant assets (e.g. ETH, XRP), policy status, and sources, plus provenance metadata including issuer identity and signature status, a generation timestamp, schema version, and disclaimer that this is general market research and 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": "ethereum",
   "intents": [
    "risk",
    "leverage",
    "evidence",
    "open-interest",
    "perpetual-futures"
   ],
   "summary": "Fresh ETH Leverage & Liquidation Risk findings appear here."
  },
  "evidence": {
   "assets": [
    "ETH",
    "XRP"
   ],
   "policy": "live",
   "sources": "Reported from the actual live report; never inferred from this example."
  },
  "serviceId": "eth-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-eth-leverage-liquidation-risk-intelligence-7ed2a704/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)
