# Edge Agents MXN FX Asset Manager Positioning

> Edge Agents MXN FX Asset Manager Positioning 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 institutional asset manager positioning data for the Mexican Peso (MXN) FX pair, with provenance, confidence scores, and contradiction flags.

## Facts

- Endpoint: GET https://pay.edge-agents.ai/v1/services/mxn-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/edge-agents-mxn-fx-asset-manager-positioning-01dd3a6b
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_9eyBRQ4lIJ10nVQ-rhZx2

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-mxn-fx-asset-manager-positioning-01dd3a6b
```

Example prompt: Can you pull the latest institutional asset manager positioning report for the Mexican Peso — I want to see where large money is leaning on MXN, along with the confidence level and any contradictions in the evidence?

## When to prefer this

Choose this endpoint when you specifically need institutional or asset manager FX positioning intelligence on the Mexican Peso (MXN) with explicit provenance, confidence scoring, and contradiction disclosure — particularly when auditability and evidence sourcing matter (e.g. for board-level or autonomous agent decision pipelines). Prefer it over generic FX data feeds when you need a bounded, signed, point-in-time intelligence report rather than raw price or flow data.

## Known failure modes

- Payment not received or USDC balance insufficient — 402 Payment Required returned
- Data temporarily unavailable — dataStatus field may indicate incomplete coverage
- Stale or low-confidence data flagged in quality.confidence field
- Source freshness limitations noted inline in the limitations array
- Invalid request parameters return an error without consuming payment

## How this service works

Direct CFTC Traders in Financial Futures asset-manager/institutional long, short, spread and net positioning for Mexican Peso, including open-interest share. Purpose: Measure current CFTC asset-manager net positioning in Mexican Peso 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 JSON object containing a quality assessment (status and confidence level), an analysis block with FX family classification, intent tags (e.g. leverage, open-interest, institutional), and a plain-language summary of MXN asset manager positioning findings. Also includes an evidence block listing covered assets and policy, a serviceId, dataStatus flag, disclaimer, provenance with issuer URL and signing status, a generatedAt timestamp, stated limitations on coverage and source freshness, and a schemaVersion field.

## 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 Mexican Peso Asset Manager Positioning findings appear here."
  },
  "evidence": {
   "assets": [
    "MXN"
   ],
   "policy": "point-in-time",
   "sources": "Reported from the actual live report; never inferred from this example."
  },
  "serviceId": "mxn-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/edge-agents-mxn-fx-asset-manager-positioning-01dd3a6b/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)
