# Edge Agents XRP Liquidity Report

> Edge Agents XRP Liquidity Report 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 a live, evidence-backed XRP liquidity and strength intelligence report with provenance, confidence scores, and source citations for decision-makers and AI agents.

## Facts

- Endpoint: GET https://pay.edge-agents.ai/v1/services/xrp-liquidity-report
- 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-liquidity-report-7b3511f1
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_1_NR6KF6J5hgY_VNLQKtN

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-liquidity-report-7b3511f1
```

Example prompt: Pull me a live XRP liquidity and strength report from Edge Agents — I need the current quality status, confidence level, and evidence summary with provenance so I can present it to my board.

## When to prefer this

Choose this endpoint when you need a structured, signed, evidence-backed XRP liquidity report with explicit provenance and contradiction flags — especially for fiduciary, board, or compliance contexts where source traceability matters. Prefer it over raw market data feeds when you need bounded, interpretable intelligence rather than raw price ticks or order book data.

## Known failure modes

- Payment not received or USDC payment insufficient — returns 402 Payment Required
- Service temporarily unavailable — returns 503
- Live data sources unreachable — report may note incomplete evidence coverage in the limitations field
- Stale or cached data — generatedAt timestamp will reveal report age

## How this service works

XRP relative strength versus BTC with turnover-based liquidity activity. Purpose: Measure XRP leadership, lag and trading-activity conditions without overstating order-book depth. 5-minute freshness target; missing evidence is reported explicitly rather than invented.

## Output

A JSON object containing: a quality block with status (e.g. 'strong') and confidence level; an analysis block with asset family, intents (liquidity, momentum, evidence, adoption), and a narrative summary; an evidence block listing supporting assets, policy, and sources; service ID, data status, a legal disclaimer, a signed provenance object from edge-agents.ai, a generatedAt timestamp, schema version, and a list of coverage limitations.

## 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": [
    "liquidity",
    "momentum",
    "evidence",
    "adoption"
   ],
   "summary": "Fresh XRP Strength & Liquidity Report findings appear here."
  },
  "evidence": {
   "assets": [
    "BTC",
    "XRP"
   ],
   "policy": "live",
   "sources": "Reported from the actual live report; never inferred from this example."
  },
  "serviceId": "xrp-liquidity-report",
  "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-liquidity-report-7b3511f1/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)
