# Edge Agents Market Data Freshness Check

> Edge Agents Market Data Freshness Check 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 freshness and quality assessment of cross-market data sources with confidence scoring, provenance, and evidence summaries for decision intelligence

## Facts

- Endpoint: GET https://pay.edge-agents.ai/v1/services/market-data-freshness
- 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-market-data-freshness-check-e918f3c2
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_2KHiqi6wgMCaL9-iLqsWX

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-market-data-freshness-check-e918f3c2
```

Example prompt: Can you run a market data freshness check on Edge Agents and tell me if the cross-market evidence we're using is current, high-confidence, and properly sourced before I take this into the board meeting?

## When to prefer this

Choose this endpoint when you need to verify the freshness and quality of cross-market data before relying on it for strategic decisions, board presentations, or autonomous agent workflows. It is particularly suited for decision intelligence pipelines where provenance, confidence scoring, and explicit limitations matter — not just raw data retrieval. Prefer this over generic market data APIs when you need signed provenance, bounded confidence assessments, and contradiction flagging rather than raw price feeds.

## Known failure modes

- Missing or malformed required parameters returns an error with no report
- Payment failure (non-payment of $0.01 USDC) results in HTTP 402 and no data returned
- Data unavailability for requested assets results in empty assets array with limitations noted in report
- Stale or uncrawlable sources may result in lower confidence scores rather than a hard error
- Response may include limitations array if coverage is incomplete for the requested scope

## How this service works

Machine-readable status and age checks for every live market, sentiment and validation source used by the Edge Agents market layer. Purpose: Let machine buyers verify whether current market evidence is fresh enough for downstream use. 5-minute freshness target; missing evidence is reported explicitly rather than invented.

## Output

A JSON report containing: overall data freshness status (e.g. 'strong'), confidence level (e.g. 'high'), data family classification (e.g. 'cross-market'), identified market intents (e.g. 'evidence', 'sentiment'), a human-readable findings summary, a list of asset evidence, the data policy (e.g. 'live'), source provenance with issuer URL and signed flag, generation timestamp, schema version, limitations disclosure, and a standard non-investment-advice disclaimer.

## 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",
    "sentiment"
   ],
   "summary": "Fresh Market Data Freshness Check findings appear here."
  },
  "evidence": {
   "assets": [],
   "policy": "live",
   "sources": "Reported from the actual live report; never inferred from this example."
  },
  "serviceId": "market-data-freshness",
  "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-market-data-freshness-check-e918f3c2/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)
