# Edge Agents Crypto Sentiment Contrarian Intelligence

> Edge Agents Crypto Sentiment Contrarian Intelligence 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 evidence-backed contrarian sentiment analysis for cryptocurrency markets, identifying momentum shifts, rotation signals, and anomalies with provenance and confidence scoring.

## Facts

- Endpoint: GET https://pay.edge-agents.ai/v1/services/sentiment-contrarian
- 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-crypto-sentiment-contrarian-intelligence-e4c1b4b7
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_c_mIydMvTHkvvMmt2LaqV

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-crypto-sentiment-contrarian-intelligence-e4c1b4b7
```

Example prompt: Pull the latest crypto sentiment contrarian report from Edge Agents — I want to see whether crowd sentiment is at an extreme, what the momentum and rotation signals look like, and how confident the analysis is.

## When to prefer this

Choose this endpoint when you need a contrarian, evidence-backed perspective on crypto market sentiment — particularly when evaluating whether crowd sentiment has reached an extreme that historically precedes reversals. It is distinct from raw sentiment feeds because it applies cross-market analysis, flags contradictions, and includes signed provenance, making it suitable for autonomous agents that need auditable, bounded decision inputs rather than raw data.

## Known failure modes

- Payment not accepted or insufficient USDC balance returns HTTP 402
- No live data available results in dataStatus field indicating incomplete coverage
- Source freshness limitations explicitly disclosed in report body
- Malformed or missing input parameters may return error response
- Rate limiting or service unavailability returns standard HTTP error codes

## How this service works

Tests extreme market sentiment against price breadth and momentum for confirmation or divergence. Purpose: Distinguish sentiment extremes that price action confirms from extremes that may be losing force. 5-minute freshness target; missing evidence is reported explicitly rather than invented.

## Output

A structured JSON report containing: a quality assessment with status and confidence level, a cross-market analysis summary with intent classifications (momentum, rotation, anomaly, evidence, sentiment), a list of flagged assets, policy and provenance metadata (issuer, signed status), a disclaimer noting this is general market research, schema version, generation timestamp, and stated limitations on coverage and source freshness.

## 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": [
    "momentum",
    "rotation",
    "anomaly",
    "evidence",
    "sentiment"
   ],
   "summary": "Fresh Crypto Sentiment Contrarian findings appear here."
  },
  "evidence": {
   "assets": [],
   "policy": "live",
   "sources": "Reported from the actual live report; never inferred from this example."
  },
  "serviceId": "sentiment-contrarian",
  "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-crypto-sentiment-contrarian-intelligence-e4c1b4b7/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)
