# CAD FX Asset Manager Positioning Intelligence

> CAD FX Asset Manager Positioning 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 Canadian Dollar (CAD) asset manager positioning data, including leverage, open interest, and institutional FX intent signals with provenance and confidence metadata.

## Facts

- Endpoint: GET https://pay.edge-agents.ai/v1/services/cad-fx-asset-manager-positioning
- 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-asset-manager-positioning-intelligence-839371ee
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_jOvgtv7DPhzcBst0cdpBD

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-asset-manager-positioning-intelligence-839371ee
```

Example prompt: Pull the latest Edge Agents CAD FX asset manager positioning report — I want to know how institutional players are positioned on the Canadian dollar, including leverage and open-interest signals, with confidence and provenance included.

## When to prefer this

Choose this endpoint when you need point-in-time, provenance-signed institutional asset manager positioning specifically for the Canadian Dollar in FX markets. It is preferable over generic financial data APIs when you need bounded, evidence-backed intelligence with explicit confidence ratings, contradiction surfacing, and signed provenance — particularly for AI agent pipelines requiring auditable decision inputs or for human decision-makers needing verifiable macro signals on CAD.

## Known failure modes

- Payment not received or insufficient USDC — endpoint returns HTTP 402 requiring x402 payment
- Data temporarily unavailable — response may indicate incomplete dataStatus
- Stale or low-confidence data — quality.status or quality.confidence fields may reflect degraded signal
- Network timeout — no response returned if upstream data sources are unreachable
- Invalid request format — malformed input parameters may result in 4xx error

## How this service works

Direct CFTC Traders in Financial Futures asset-manager/institutional long, short, spread and net positioning for Canadian Dollar, including open-interest share. Purpose: Measure current CFTC asset-manager net positioning in Canadian Dollar as an institutional positioning sensor without converting it into a directional recommendation. 168-hour freshness target; missing evidence is reported explicitly rather than invented.

## Output

A structured JSON report containing: a quality status and confidence rating, a summary of current Canadian Dollar asset manager positioning (leverage, open interest, institutional intent), source provenance with issuer signature, data freshness timestamp, applicable limitations and disclaimers, and a schema version identifier. The report explicitly distinguishes live findings from example placeholders.

## 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",
    "evidence",
    "institutional",
    "positioning",
    "open-interest",
    "asset-manager",
    "fx"
   ],
   "summary": "Fresh Canadian Dollar Asset Manager Positioning 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-asset-manager-positioning",
  "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-asset-manager-positioning-intelligence-839371ee/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)
