# Edge Agents AI – Data Quality & Source Health Report

> Edge Agents AI – Data Quality & Source Health Report 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 an evidence-backed assessment of macro data source quality and freshness health across cross-market intelligence families.

## Facts

- Endpoint: GET https://pay.edge-agents.ai/v1/services/data-quality-source-health
- 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-source-health-report-8f25df0e
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_lmvKeoiX5qIr6Rho3ikzR

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-source-health-report-8f25df0e
```

Example prompt: Can you pull the current data quality and source health report from Edge Agents AI so I can see whether their macro intelligence sources are fresh, high-confidence, and signed before I rely on them for a market decision?

## When to prefer this

Choose this endpoint when you need to verify the trustworthiness, freshness, and confidence level of Edge Agents AI macro intelligence data before consuming it in agent workflows, investment decisions, or government procurement evaluations. Prefer it over generic data-quality tools when you specifically need cross-market macro source health with signed provenance and evidence-backed confidence scoring.

## Known failure modes

- Payment not received or invalid x402 payment header — returns 402 with payment required details
- Service temporarily unavailable — returns 5xx with no report body
- Malformed request parameters — returns 400 with validation error
- Report data incomplete due to upstream source outages — still returns 200 but with limitations array populated and partial evidence assets

## 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 a quality status (e.g. 'strong') and confidence level (e.g. 'high'), an analysis block with the data family classification and intent summary, an evidence block listing assets and policy mix, provenance details including issuer URL and signing status, a generatedAt timestamp, a list of limitations, and a schema version — all representing the live state of macro source health at call time.

## 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 Macro Source Health findings appear here."
  },
  "evidence": {
   "assets": [],
   "policy": "mixed",
   "sources": "Reported from the actual live report; never inferred from this example."
  },
  "serviceId": "data-quality-source-health",
  "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-source-health-report-8f25df0e/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)
