# Edge Agents Altcoin Liquidity Quality Score

> Edge Agents Altcoin Liquidity Quality Score 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 an evidence-backed liquidity quality assessment for major altcoins (ETH, XRP, SOL, LINK, DOGE) with confidence ratings, provenance, and sourced analysis.

## Facts

- Endpoint: GET https://pay.edge-agents.ai/v1/services/altcoin-liquidity-quality
- 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-altcoin-liquidity-quality-score-193889af
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_GCe9MXa-ks18ny6NwG-Tb

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-altcoin-liquidity-quality-score-193889af
```

Example prompt: Can you pull the current altcoin liquidity quality score from Edge Agents and tell me whether liquidity is strong or weak across major altcoins like ETH, SOL, and XRP, along with the confidence level and any key evidence?

## When to prefer this

Choose this endpoint when you need a confidence-rated, provenance-signed liquidity quality assessment specifically for major altcoins (ETH, XRP, SOL, LINK, DOGE) with traceable evidence and explicit contradiction disclosure — rather than a raw price feed, order book snapshot, or generic market data API. It is best suited for decision-makers, autonomous agents, or risk workflows that require bounded, evidence-backed outputs with sourcing rather than raw numerical liquidity metrics.

## Known failure modes

- Payment not included or insufficient (HTTP 402) — request requires $0.01 USDC via x402 protocol
- Data unavailable for a specific asset — report will note coverage gaps in limitations array
- Stale or incomplete source data — dataStatus field may reflect 'incomplete' and limitations will describe freshness issues
- Malformed request parameters — API may return error if required fields are missing or incorrectly typed

## How this service works

Compares ETH, SOL, XRP, LINK and DOGE trading activity, source coverage and cross-source price agreement without claiming order-book depth. Purpose: Rank the observable quality of major-alt market evidence and trading activity, explicitly distinguishing it from executable liquidity. 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 (e.g. 'high'); an analysis summary covering the altcoin family, intents, and narrative; an evidence block listing covered assets (ETH, XRP, SOL, LINK, DOGE), data policy, and sources; provenance metadata with issuer URL and signed flag; a generatedAt timestamp; schema version; data status; and a disclaimer clarifying the report is general 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": "altcoins",
   "intents": [
    "liquidity",
    "evidence",
    "adoption"
   ],
   "summary": "Fresh Altcoin Liquidity Quality Score findings appear here."
  },
  "evidence": {
   "assets": [
    "ETH",
    "XRP",
    "SOL",
    "LINK",
    "DOGE"
   ],
   "policy": "live",
   "sources": "Reported from the actual live report; never inferred from this example."
  },
  "serviceId": "altcoin-liquidity-quality",
  "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-altcoin-liquidity-quality-score-193889af/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)
