# JPY FX Institutional vs Leverage Divergence Intelligence

> JPY 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).

Delivers evidence-backed analysis of divergence between institutional and leveraged-fund positioning in the Japanese Yen FX market, with provenance and confidence scoring.

## Facts

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

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 jpy-fx-institutional-vs-leverage-divergence-intelligence-41c93468
```

Example prompt: Can you pull the latest Edge Agents report on divergence between institutional and leveraged-fund positioning in Japanese Yen — I want to see the confidence level, any anomalies flagged, and where the evidence is sourced from?

## When to prefer this

Choose this endpoint when you need a structured, evidence-backed, provenance-signed analysis of the divergence between institutional (asset manager) and leveraged fund positioning specifically in the Japanese Yen FX market. It is particularly valuable for autonomous agents, strategy teams, and risk committees that require bounded, auditable market intelligence rather than raw data feeds or generic FX price quotes. Prefer it over generic FX data APIs when the divergence signal, contradiction detection, and provenance chain matter for decision-making.

## Known failure modes

- Payment not provided or invalid — returns HTTP 402 requiring USDC payment via x402 protocol
- Data unavailable for the requested point-in-time — report will state coverage limitations explicitly
- Low-confidence output when source freshness is insufficient — confidence field will reflect 'low' rather than 'high'
- Network or upstream data source failure — may return incomplete or error response

## How this service works

Compares CFTC asset-manager and leveraged-fund net positioning in Japanese Yen on the same weekly report and open-interest basis. Purpose: Identify whether asset managers and leveraged funds are aligned or materially divergent in Japanese Yen 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 identifying FX intents such as leverage anomalies and open interest divergence, a list of evidence assets and policy scope, a signed provenance block with issuer URL, a generatedAt timestamp, schema version, and a disclaimer clarifying the output is general market research rather than 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",
    "anomaly",
    "evidence",
    "institutional",
    "positioning",
    "open-interest",
    "leveraged-funds",
    "asset-manager",
    "fx"
   ],
   "summary": "Fresh Japanese Yen Institutional vs Leverage Divergence findings appear here."
  },
  "evidence": {
   "assets": [
    "JPY"
   ],
   "policy": "point-in-time",
   "sources": "Reported from the actual live report; never inferred from this example."
  },
  "serviceId": "jpy-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/jpy-fx-institutional-vs-leverage-divergence-intelligence-41c93468/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)
