# MXN FX Leveraged Fund Positioning Intelligence

> MXN FX Leveraged Fund 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, signed intelligence on Mexican Peso leveraged fund positioning, including open interest, leverage signals, and macro context with provenance.

## Facts

- Endpoint: GET https://pay.edge-agents.ai/v1/services/mxn-fx-leveraged-fund-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/mxn-fx-leveraged-fund-positioning-intelligence-6368793c
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_f7Hurhd5JY4lNELjKFWN6

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 mxn-fx-leveraged-fund-positioning-intelligence-6368793c
```

Example prompt: What's the current leveraged fund positioning on the Mexican Peso — give me the open-interest signals, confidence level, and any notable contradictions in the evidence?

## When to prefer this

Choose this endpoint when you specifically need evidence-backed, signed, point-in-time intelligence on Mexican Peso leveraged fund positioning with explicit provenance and confidence scoring. It is preferable over generic FX data feeds when you need auditable sourcing, contradiction flagging, and bounded decisions rather than raw price or flow data. Best suited for macro strategy teams, autonomous agents running risk assessments, or treasury functions requiring documented market intelligence on MXN speculative positioning.

## Known failure modes

- No fresh positioning data available — report may indicate stale or incomplete evidence with limitations field populated
- Payment not completed — x402 payment required before data is returned
- Invalid or malformed request — endpoint may return 400 with schema error
- Service unavailable — upstream data sources temporarily inaccessible
- Low confidence result — quality.status may return 'weak' if evidence is sparse or contradictory

## 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.

## Output

A signed JSON report containing: positioning analysis summary, confidence and quality status, leveraged fund intents (e.g. long/short bias, open interest), source provenance with issuer and signature, a generatedAt timestamp, evidence assets (MXN), data policy, and explicit limitations on coverage and source freshness. The report is point-in-time and includes a disclaimer that it is general market research, not investment advice.

## 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",
    "positioning",
    "open-interest",
    "leveraged-funds",
    "fx"
   ],
   "summary": "Fresh Mexican Peso Leveraged Fund 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-leveraged-fund-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/mxn-fx-leveraged-fund-positioning-intelligence-6368793c/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)
