# CAD/FX Institutional vs Leverage Divergence Intelligence

> CAD/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-14).

Returns evidence-backed analysis of divergence between institutional and leveraged-fund positioning in Canadian Dollar FX markets, with provenance and contradiction tracking.

## Facts

- Endpoint: GET https://pay.edge-agents.ai/v1/services/cad-fx-institutional-leverage-divergence
- 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/cad-fx-institutional-vs-leverage-divergence-intelligence-ee5df8fb
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_YrbVhj18nyqalZtsir9Gx

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 cad-fx-institutional-vs-leverage-divergence-intelligence-ee5df8fb
```

Example prompt: Pull the latest Edge Agents institutional vs leverage divergence report for the Canadian Dollar — I want to see whether asset managers and leveraged funds are positioned differently in CAD FX right now, with evidence quality and provenance.

## When to prefer this

Choose this endpoint when you need point-in-time, evidence-backed analysis specifically of the divergence between institutional (asset manager) and leveraged-fund positioning in Canadian Dollar FX markets, with signed provenance and explicit contradiction tracking. It is distinct from generic FX data feeds because it provides bounded decision intelligence with quality scoring and source attribution rather than raw price or flow data. Prefer it over broader macro intelligence endpoints when the specific CAD institutional-vs-leverage divergence signal is the decision-relevant input.

## Known failure modes

- Payment not received or insufficient USDC — 402 response blocking access
- Data temporarily unavailable due to source freshness issues — partial or degraded report returned
- Upstream institutional data source lag — dataStatus may indicate incomplete rather than complete
- Malformed or missing request parameters — service may return error or default behavior
- Rate limiting or facilitator routing failure — retry required

## How this service works

Edge Agents provides evidence-backed macro, market and decision intelligence for AI agents, individual leaders and investors, businesses and government teams requiring consulting, procurement and decision support. Machine services are purchasable per request over x402 on 5 settlement rails (Base/USDC, XRPL/RLUSD, Solana/USDC, Arbitrum/USDC and Polygon/USDC).

## Output

A JSON report containing a quality assessment (status and confidence level), an analysis summary identifying the FX family, detected intents such as leverage and anomaly signals, a structured evidence block listing covered assets and policy scope, a serviceId, data completion status, a disclaimer, signed provenance from edge-agents.ai, generation timestamp, schema version, and a stated list of coverage limitations.

## 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 Canadian Dollar Institutional vs Leverage Divergence findings appear here."
  },
  "evidence": {
   "assets": [
    "CAD"
   ],
   "policy": "point-in-time",
   "sources": "Reported from the actual live report; never inferred from this example."
  },
  "serviceId": "cad-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/cad-fx-institutional-vs-leverage-divergence-intelligence-ee5df8fb/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)
