# Edge Agents AI – Data Quality Vintage Alignment

> Edge Agents AI – Data Quality Vintage Alignment is a paid API for AI agents from pay.edge-agents.ai, paid per call via x402, $0.1/call, status unknown (last checked 2026-09-14).

Returns evidence-backed cross-market vintage alignment analysis assessing data quality status and confidence for macro and market intelligence use cases.

## Facts

- Endpoint: GET https://pay.edge-agents.ai/v1/services/data-quality-vintage-alignment
- Price: $0.1/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-ai-data-quality-vintage-alignment-2479e239
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_GF8i3oFfoUnpmER2D7O1-

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-ai-data-quality-vintage-alignment-2479e239
```

Example prompt: Can you run a cross-market vintage alignment check on my macro data series and tell me whether the data quality is strong and confidence is high, along with any evidence sources used?

## When to prefer this

Choose this endpoint when you need an evidence-backed, signed, point-in-time assessment of cross-market data quality and vintage alignment — particularly when audit-grade provenance, confidence scoring, and source traceability matter. Prefer this over generic data validation tools when the use case involves macro or market intelligence, investment decision support, or government procurement contexts requiring disclaimers and signed reports.

## Known failure modes

- Missing or malformed required query parameters may return an error or incomplete report
- Unavailable or sparse evidence for the requested data series results in limitations noted within the report body rather than a hard error
- Payment failure (HTTP 402) if USDC payment is not properly attached
- Data series with no coverage returns a report with empty evidence assets array and explicit coverage limitations
- Stale or unresolvable data sources noted in limitations field rather than causing a failure

## How this service works

Edge Agents provides evidence-backed macro, market and decision intelligence for AI agents, individual leaders and investors, businesses and government teams requiring consulting, procurement and decision support. Machine services are purchasable per request over x402 on 5 settlement rails (Base/USDC, XRPL/RLUSD, Solana/USDC, Arbitrum/USDC and Polygon/USDC).

## Output

A JSON object containing: data quality status (e.g. 'strong') and confidence level (e.g. 'high'); a cross-market vintage alignment analysis summary with identified intents and asset family; an evidence block listing source assets, point-in-time policy, and actual live sources; provenance metadata including issuer URL and digital signature flag; a generatedAt timestamp; schema version; limitations disclosures; and a disclaimer confirming the output 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": "cross-market",
   "intents": [
    "evidence"
   ],
   "summary": "Fresh Cross-Series Vintage Alignment findings appear here."
  },
  "evidence": {
   "assets": [],
   "policy": "point-in-time",
   "sources": "Reported from the actual live report; never inferred from this example."
  },
  "serviceId": "data-quality-vintage-alignment",
  "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-ai-data-quality-vintage-alignment-2479e239/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)
