# Edge Signal Snapshot – Decision Intelligence Report

> Edge Signal Snapshot – Decision Intelligence Report 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 an evidence-backed cross-market regime report with risk, momentum, sentiment and cycle signals for a given crypto asset family, including provenance and bounded decision guidance.

## Facts

- Endpoint: GET https://pay.edge-agents.ai/v1/services/edge-signal-snapshot
- 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-signal-snapshot-decision-intelligence-report-1ac083e3
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_laH6gx8m6j14WTRNRtFkO

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-signal-snapshot-decision-intelligence-report-1ac083e3
```

Example prompt: Pull the latest Edge Signal Snapshot for the bitcoin family — I need the risk, momentum, and sentiment signals with confidence level and provenance for our strategy meeting.

## When to prefer this

Choose this endpoint when you need a bounded, evidence-backed, signed snapshot of cross-market regime conditions for a specific crypto asset family — especially when provenance, contradiction disclosure, and confidence ratings are required for high-stakes decisions by executives, boards, or autonomous agents. It is distinct from generic price feeds or sentiment APIs because it synthesizes macro, momentum, risk, and cycle signals into a single structured decision-intelligence report with verifiable provenance.

## Known failure modes

- Payment not fulfilled (x402 payment required before response is returned)
- Stale or unavailable data sources result in reduced evidence coverage noted in limitations field
- Asset family not recognized may return empty or degraded analysis
- Network timeout on live report generation
- Schema version mismatch if client expects older response format

## How this service works

Live BTC and XRP momentum, sentiment, market regime, risk and confidence. Purpose: Classify the current crypto risk regime from independent market and sentiment inputs. 5-minute freshness target; missing evidence is reported explicitly rather than invented.

## Output

A JSON object containing: a quality assessment (status and confidence level), an analysis block (asset family, intents covered, narrative summary), an evidence block listing covered assets, policy status and sources, provenance metadata (issuer URL and signing status), a generatedAt timestamp, schema version, data status, and a disclaimer clarifying the report is general market research and 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": [
    "risk",
    "momentum",
    "evidence",
    "cycle",
    "sentiment"
   ],
   "summary": "Fresh Cross-Market Regime Report findings appear here."
  },
  "evidence": {
   "assets": [
    "BTC",
    "XRP"
   ],
   "policy": "live",
   "sources": "Reported from the actual live report; never inferred from this example."
  },
  "serviceId": "edge-signal-snapshot",
  "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-signal-snapshot-decision-intelligence-report-1ac083e3/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)
