# Edge Agents XRP Leverage & Liquidation Risk Intelligence

> Edge Agents XRP 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-14).

Delivers evidence-backed analysis of XRP leverage exposure and liquidation risk, including open interest, funding rates, and cascade risk signals with provenance and confidence scores.

## Facts

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

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-xrp-leverage-liquidation-risk-intelligence-30dbeeda
```

Example prompt: Pull me the latest XRP leverage and liquidation risk report from Edge Agents — I want to know if open interest is elevated, what the funding rates look like, and whether there's meaningful cascade risk right now.

## When to prefer this

Choose this endpoint when you need structured, evidence-backed risk intelligence specifically on XRP leverage and liquidation dynamics, with explicit provenance, confidence scoring, and contradiction flagging — rather than raw price feeds or generic market data. Particularly valuable for autonomous agents or business decision-makers who need audit-ready, signed reports rather than unverified data. Prefer this over generic crypto APIs when you need bounded, sourced conclusions rather than raw numbers.

## Known failure modes

- Payment not received or invalid — returns HTTP 402 requiring x402 USDC payment
- Live data sources temporarily unavailable — report may note reduced freshness or incomplete evidence
- XRP market data feed outage — dataStatus may reflect partial or stale coverage
- Malformed request — returns error if required parameters are missing or invalid
- Service unavailable — upstream data provider downtime

## How this service works

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

## Output

Returns a JSON object containing a quality assessment (status and confidence level), an analysis block with asset family and intent tags, a plain-language summary of XRP leverage and liquidation risk findings, evidence metadata including assets covered and source policy, a generatedAt timestamp, a signed provenance block from edge-agents.ai, schema version, data completeness status, and a disclaimer clarifying the report is general market research rather than 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": "xrp",
   "intents": [
    "risk",
    "leverage",
    "evidence",
    "open-interest",
    "perpetual-futures"
   ],
   "summary": "Fresh XRP Leverage & Liquidation Risk findings appear here."
  },
  "evidence": {
   "assets": [
    "XRP"
   ],
   "policy": "live",
   "sources": "Reported from the actual live report; never inferred from this example."
  },
  "serviceId": "xrp-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-xrp-leverage-liquidation-risk-intelligence-30dbeeda/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)
