# EUR FX Institutional vs Leverage Divergence Intelligence

> EUR FX Institutional vs Leverage Divergence 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-15).

Returns evidence-backed analysis of divergence between institutional and leveraged-fund positioning in EUR foreign exchange markets, with provenance and contradiction data.

## Facts

- Endpoint: GET https://pay.edge-agents.ai/v1/services/eur-fx-institutional-leverage-divergence
- Price: $0.01/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/eur-fx-institutional-vs-leverage-divergence-intelligence-9c096738
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_hHozGBoZ1hnRhgZsN-Av2

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 eur-fx-institutional-vs-leverage-divergence-intelligence-9c096738
```

Example prompt: Pull the latest Edge Agents report on EUR institutional versus leveraged-fund positioning divergence — I need the confidence level, key evidence summary, and any contradictions flagged, with provenance.

## When to prefer this

Choose this endpoint when you need point-in-time, provenance-signed intelligence specifically on the divergence between institutional (asset manager) and leveraged-fund positioning in EUR FX markets, with explicit contradiction flagging and source traceability. Prefer it over generic FX data feeds when you need bounded, evidence-cited analysis suitable for strategy teams, autonomous agents, or board-level reporting rather than raw tick data or sentiment scores.

## Known failure modes

- Payment not received or insufficient USDC balance — endpoint returns HTTP 402
- Data temporarily unavailable for EUR markets — dataStatus field may indicate incomplete
- Source freshness lag — report timestamp may not reflect intraday changes
- Low confidence signal — quality.confidence may return 'low' if evidence is thin or contradictory
- Schema version mismatch if client expects legacy format

## How this service works

Compares CFTC asset-manager and leveraged-fund net positioning in Euro on the same weekly report and open-interest basis. Purpose: Identify whether asset managers and leveraged funds are aligned or materially divergent in Euro positioning while preserving both classifications separately. 168-hour freshness target; missing evidence is reported explicitly rather than invented.

## Output

Returns a JSON object containing: a quality status and confidence rating, an analysis summary with identified intents (leverage, anomaly, institutional positioning, open interest), a list of assets covered (EUR), evidence provenance with issuer signature, data completeness status, schema version, generation timestamp, and a disclaimer that the output is general market research rather than investment advice. Limitations on source freshness or coverage gaps are explicitly stated in the 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": "fx",
   "intents": [
    "leverage",
    "anomaly",
    "evidence",
    "institutional",
    "positioning",
    "open-interest",
    "leveraged-funds",
    "asset-manager",
    "fx"
   ],
   "summary": "Fresh Euro Institutional vs Leverage Divergence findings appear here."
  },
  "evidence": {
   "assets": [
    "EUR"
   ],
   "policy": "point-in-time",
   "sources": "Reported from the actual live report; never inferred from this example."
  },
  "serviceId": "eur-fx-institutional-leverage-divergence",
  "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/eur-fx-institutional-vs-leverage-divergence-intelligence-9c096738/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)
