# Edge Agents Market Anomaly Detector

> Edge Agents Market Anomaly Detector 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).

Detects cross-market anomalies using macro, market, and risk evidence, returning bounded findings with provenance, contradictions, and verification metadata.

## Facts

- Endpoint: GET https://pay.edge-agents.ai/v1/services/market-anomaly-detector
- 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-anomaly-detector-f6042556
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_rC7dnuDvkq9auI0VVyQjG

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-anomaly-detector-f6042556
```

Example prompt: Run the Edge Agents Market Anomaly Detector right now and give me the latest cross-market anomaly findings with confidence level, evidence sources, and any contradictions flagged — I need this for a strategy briefing.

## When to prefer this

Choose this endpoint when you need evidence-backed, provenance-signed market anomaly detection across multiple asset classes with explicit confidence scoring and contradiction disclosure — particularly for high-stakes decisions where auditability and bounded findings matter. Prefer it over generic market data APIs when you need structured decision intelligence rather than raw price feeds, and when source attribution and limitations transparency are required for board, CFO, or autonomous agent workflows.

## Known failure modes

- Missing or malformed query parameters may return incomplete analysis
- Evidence assets array may be empty if no live data is available for the requested scope
- Service may return dataStatus other than 'complete' if upstream market data is unavailable
- Payment failure (x402) will prevent access to the paid report
- Stale or unavailable sources are disclosed in limitations rather than silently omitted

## How this service works

Flags unusual cross-asset 24-hour moves, provider discrepancies and sentiment extremes using transparent deterministic thresholds. Purpose: Surface conditions that deserve investigation without converting anomalies into buy or sell instructions. 5-minute freshness target; missing evidence is reported explicitly rather than invented.

## Output

Returns a JSON object containing: anomaly analysis summary with family classification (e.g. cross-market) and detected intents (anomaly, evidence, sentiment); quality status and confidence level; evidence assets with sourcing policy; signed provenance from edge-agents.ai; generation timestamp; schema version; and explicit limitations and disclaimer noting this is 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": [
    "anomaly",
    "evidence",
    "sentiment"
   ],
   "summary": "Fresh Market Anomaly Detector findings appear here."
  },
  "evidence": {
   "assets": [],
   "policy": "live",
   "sources": "Reported from the actual live report; never inferred from this example."
  },
  "serviceId": "market-anomaly-detector",
  "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-anomaly-detector-f6042556/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)
