# Edge Agents Price Source Consensus

> Edge Agents Price Source Consensus 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).

Aggregates and cross-validates price data across multiple market sources to produce a consensus signal with provenance, confidence scoring, and contradiction detection.

## Facts

- Endpoint: GET https://pay.edge-agents.ai/v1/services/price-source-consensus
- 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-price-source-consensus-bf54fe86
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_GIxUWF4RqsjrTYxks2d-e

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-price-source-consensus-bf54fe86
```

Example prompt: Can you pull the Edge Agents price source consensus report for Bitcoin right now and tell me whether the sources agree, what the confidence level is, and flag any contradictions between them?

## When to prefer this

Choose this endpoint when you need a cross-validated, provenance-signed price consensus rather than a raw price from a single exchange. It is especially valuable for treasury reporting, board-level briefings, pre-trade validation, or any context where contradictions between sources and evidence quality need to be surfaced explicitly. Prefer this over single-source price feeds when auditability, source attribution, and confidence scoring matter to decision-makers.

## Known failure modes

- Insufficient market data may result in low-confidence or incomplete consensus
- Source unavailability may reduce the number of contributing price signals
- Assets with thin cross-source coverage will note limitations explicitly in the report
- Invalid or unrecognized asset identifiers may return empty evidence arrays
- Network or payment processing errors may prevent report delivery

## How this service works

Cross-checks primary market prices against Coinbase Exchange and reports coverage, maximum deviation and discrepancies. Purpose: Measure whether independent spot-price sources broadly agree without implying executable price or depth. 5-minute freshness target; missing evidence is reported explicitly rather than invented.

## Output

Returns a structured JSON report containing: quality status (e.g. 'strong') and confidence level (e.g. 'high'), a cross-market analysis summary with detected intents and asset family, evidence including assets covered and source policy, a signed provenance block from edge-agents.ai, generation timestamp, schema version, and a disclaimer clarifying this is market research rather than investment advice. Limitations on coverage or source freshness are explicitly stated in every paid 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": [
    "evidence"
   ],
   "summary": "Fresh Price Source Consensus findings appear here."
  },
  "evidence": {
   "assets": [],
   "policy": "mixed",
   "sources": "Reported from the actual live report; never inferred from this example."
  },
  "serviceId": "price-source-consensus",
  "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-price-source-consensus-bf54fe86/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)
