# JPY FX Leveraged Positioning Momentum – Edge Agents

> JPY FX Leveraged Positioning Momentum – Edge Agents 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 analysis of Japanese Yen leveraged-fund positioning and momentum signals, with provenance, contradictions, and confidence ratings.

## Facts

- Endpoint: GET https://pay.edge-agents.ai/v1/services/jpy-fx-leveraged-positioning-momentum
- 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-leveraged-positioning-momentum-edge-agents-aa8632d5
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_2Kgv5wc90xiAqqntRBHbm

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-positioning-momentum-edge-agents-aa8632d5
```

Example prompt: Pull the latest Edge Agents report on JPY leveraged positioning momentum — I need to know whether speculative funds are net long or short the Yen, the confidence level, and any contradictions flagged in the evidence.

## When to prefer this

Choose this endpoint when you need a structured, provenance-signed, evidence-backed view of Japanese Yen leveraged fund positioning and momentum specifically — not raw price data or generic FX news. It is best for autonomous agents or decision-makers who need bounded conclusions with stated confidence, contradictions surfaced, and audit-ready provenance, rather than open-ended market commentary.

## Known failure modes

- No live data available — report may reflect stale or incomplete evidence with limitations explicitly stated
- Payment not processed — x402 payment wall returns 402 before data is delivered
- Schema malformation on input — malformed query parameters may yield an error or empty response
- Data source unavailability — underlying macro or positioning data feeds may be temporarily offline, reducing confidence rating

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

Returns a JSON object containing: a quality status and confidence rating (e.g. strong/high), a structured analysis with intent tags and a plain-language summary of JPY leveraged positioning momentum, evidence metadata listing assets covered and data policy, a serviceId, data completeness status, a disclaimer that this is general market research and not investment advice, a signed provenance block from edge-agents.ai, a generation timestamp, and stated limitations on coverage and source freshness.

## 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": [
    "momentum",
    "leverage",
    "evidence",
    "positioning",
    "leveraged-funds",
    "fx"
   ],
   "summary": "Fresh Japanese Yen Leveraged Positioning Momentum 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-positioning-momentum",
  "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-positioning-momentum-edge-agents-aa8632d5/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)
