# Edge Agents Opportunity Watch

> Edge Agents Opportunity Watch 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).

Delivers live cross-market crypto opportunity intelligence with risk, momentum, anomaly, and sentiment analysis, backed by evidence with provenance and signed output.

## Facts

- Endpoint: GET https://pay.edge-agents.ai/v1/services/opportunity-watch
- 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-opportunity-watch-532e51c9
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_BWU8aUQFTwQgxycA5aFDP

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-opportunity-watch-532e51c9
```

Example prompt: Pull the latest Edge Agents Opportunity Watch report for crypto — I want to see the cross-market risk, momentum, and anomaly signals with the evidence provenance and confidence rating.

## When to prefer this

Choose this endpoint when you need a live, evidence-backed, provenance-signed cross-market crypto opportunity report with explicit confidence ratings and anomaly detection, rather than a raw data feed or generic financial news aggregator. It is best suited for autonomous agents, strategy teams, and executives who require bounded, contradiction-aware decision intelligence rather than unfiltered market data.

## Known failure modes

- Payment not received — endpoint returns HTTP 402 if USDC payment of $0.01 is not attached
- Live data unavailable — report may indicate incomplete coverage or stale sources with explicit limitation statements
- Empty assets array — if no qualifying opportunities are detected, the evidence assets field returns empty
- Malformed request — missing or incorrect parameters result in a 400-level error
- Service downtime — upstream data providers or the signing infrastructure may be temporarily unavailable

## How this service works

Machine-readable divergence, sentiment-extreme and elevated-risk alerts. Purpose: Detect notable market conditions that justify deeper analysis. 5-minute freshness target; missing evidence is reported explicitly rather than invented.

## Output

Returns a structured JSON report including a quality assessment (status and confidence), a cross-market analysis summary covering risk, momentum, anomaly, evidence, and sentiment intents, a live evidence bundle with asset coverage and source policy, provenance metadata with issuer identity and signature, generation timestamp, schema version, and a disclaimer clarifying the output as impersonal market research rather than 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": [
    "risk",
    "momentum",
    "anomaly",
    "evidence",
    "sentiment"
   ],
   "summary": "Fresh Crypto Opportunity Watch findings appear here."
  },
  "evidence": {
   "assets": [],
   "policy": "live",
   "sources": "Reported from the actual live report; never inferred from this example."
  },
  "serviceId": "opportunity-watch",
  "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-opportunity-watch-532e51c9/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)
