# Edge Agents AI – Data Vintage Revision Risk

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

Returns evidence-backed analysis of data vintage and revision risk across macro and market data sets, indicating how stale or subject to revision historical data points may be.

## Facts

- Endpoint: GET https://pay.edge-agents.ai/v1/services/data-vintage-revision-risk
- Price: $0.25/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-13
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/edge-agents-ai-data-vintage-revision-risk-678b6df0
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_azr8XVhptEikxcq-fnt6o

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-vintage-revision-risk-678b6df0
```

Example prompt: Can you pull the Edge Agents data vintage revision risk report and tell me how reliable and fresh the underlying macro data is, including the confidence level and any evidence of past revisions?

## When to prefer this

Choose this endpoint when an AI agent or analyst needs to assess whether macro or market data is subject to revision risk before relying on it for forecasting, investment, or policy decisions. It is especially valuable when working with economic time series known for benchmark revisions (e.g. employment, GDP, trade data) or when a point-in-time data policy must be verified. Prefer this over generic data quality checks when you need evidence-backed, signed provenance with explicit confidence scoring.

## Known failure modes

- Missing or malformed required query parameters returns a 400 error
- Payment not completed via x402 protocol results in a 402 Payment Required response
- Service temporarily unavailable returns a 503 with no report body
- Live data sources unavailable at call time may result in incomplete evidence arrays with limitations noted in the response
- Stale or empty asset evidence if upstream data providers have not published recent revisions

## 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 ('high'), an analysis block with data family classification, identified intents (e.g. risk, evidence, forecast), and a plain-language summary, an evidence block listing source assets and the point-in-time data policy, a disclaimer clarifying this is general market research, a signed provenance record from edge-agents.ai, a generation timestamp, schema version, and a list of coverage limitations noted in the live report.

## 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": [
    "risk",
    "evidence",
    "forecast"
   ],
   "summary": "Fresh Data Vintage Revision Risk findings appear here."
  },
  "evidence": {
   "assets": [],
   "policy": "point-in-time",
   "sources": "Reported from the actual live report; never inferred from this example."
  },
  "serviceId": "data-vintage-revision-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-ai-data-vintage-revision-risk-678b6df0/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)
