# JPY FX Leveraged Fund Positioning Intelligence

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

Returns evidence-backed analysis of Japanese Yen leveraged fund positioning data including open interest, sentiment, and market stance with signed provenance.

## Facts

- Endpoint: GET https://pay.edge-agents.ai/v1/services/jpy-fx-leveraged-fund-positioning
- Price: $0.01/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/jpy-fx-leveraged-fund-positioning-intelligence-a95da222
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_zQ8jYZWA50IUi8kYFidvf

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-leveraged-fund-positioning-intelligence-a95da222
```

Example prompt: What's the current leveraged fund positioning on the Japanese Yen — are they net long or short, and how confident is the evidence?

## When to prefer this

Choose this endpoint when you need structured, evidence-backed positioning intelligence specifically for Japanese Yen leveraged funds, with explicit provenance, confidence scoring, and contradiction flagging. Prefer it over raw data feeds when you need decision-ready output with sourcing transparency for executives or autonomous agents making macro FX decisions. Ideal when you need signed, auditable market intelligence rather than unverified or inferred positioning estimates.

## Known failure modes

- Payment not received or insufficient USDC — endpoint returns 402 Payment Required
- Data temporarily unavailable for JPY positioning — dataStatus may indicate incomplete coverage
- Source freshness lag — report may note stale underlying data with limitations disclosed in the response
- Invalid or malformed request parameters — likely returns 400 or empty result
- Provenance signing failure — signed field may be false or absent

## How this service works

Direct CFTC Traders in Financial Futures leveraged-fund long, short, spread and net positioning for Japanese Yen, including open-interest share. Purpose: Measure current leveraged-fund net positioning in Japanese Yen using the CFTC TFF classification without inferring trader motive or predicting returns. 168-hour freshness target; missing evidence is reported explicitly rather than invented.

## Output

A JSON object containing a quality assessment (status and confidence), an analysis summary with identified intents and FX family, evidence details including assets covered and policy type, a signed provenance block from edge-agents.ai, a generatedAt timestamp, schema version, data status, and a disclaimer clarifying the report is market research and not investment advice. Limitations around source freshness and coverage are also explicitly stated.

## 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 Japanese Yen Leveraged Fund Positioning 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-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/jpy-fx-leveraged-fund-positioning-intelligence-a95da222/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)
