# Edge Agents Yen Carry / Crypto Transmission Monitor

> Edge Agents Yen Carry / Crypto Transmission Monitor is a paid API for AI agents from pay.edge-agents.ai, paid per call via x402, $0.1/call, status unknown (last checked 2026-09-14).

Delivers evidence-backed analysis of the Yen carry trade and its transmission effects on crypto markets, covering leverage cycles, rate positioning, and yield dynamics.

## Facts

- Endpoint: GET https://pay.edge-agents.ai/v1/services/yen-carry-crypto-transmission
- Price: $0.1/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-yen-carry-crypto-transmission-monitor-e2242698
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_Rs1xE8MbZGHYAB0J5JISx

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-yen-carry-crypto-transmission-monitor-e2242698
```

Example prompt: Pull the latest Yen carry / crypto transmission report from Edge Agents — I want to know the current carry trade status, confidence level, and how it's affecting BTC and XRP positioning right now.

## When to prefer this

Choose this endpoint when you need a current, evidence-backed snapshot of Yen carry trade dynamics and their transmission into crypto markets (especially BTC and XRP), with signed provenance and explicit confidence scoring. Prefer it over generic macro data APIs when you need cross-asset analysis that explicitly links JPY/JPN rate policy to crypto leverage cycles, and when you require a citable, issuer-signed report suitable for institutional or government decision support. Use it over raw data feeds when you want interpretation and intent classification, not just price or rate data.

## Known failure modes

- Payment not settled — x402 payment header missing or invalid, returns 402 with payment instructions
- Insufficient funds on settlement rail — USDC/RLUSD balance too low
- Data temporarily unavailable — upstream sources not fresh, dataStatus may reflect partial coverage
- Rate limiting — too many requests in a short window
- Invalid request format — malformed query parameters return 400
- Network timeout — edge infrastructure unreachable

## 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. Machine services are purchasable per request over x402 on 5 settlement rails (Base/USDC, XRPL/RLUSD, Solana/USDC, Arbitrum/USDC and Polygon/USDC).

## Output

Returns a structured JSON report with a quality status and confidence rating, a cross-market analysis summary covering leverage, cycle, rates, positioning and yield intents, evidence details including covered assets (BTC, XRP, JPY, JPN), point-in-time policy assessment, provenance metadata (signed, issuer-verified), generation timestamp, schema version, data completeness status, limitations disclosure, and a disclaimer clarifying this is general market research and 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": "cross-market",
   "intents": [
    "leverage",
    "cycle",
    "rates",
    "positioning",
    "yield"
   ],
   "summary": "Fresh Yen Carry / Crypto Transmission Monitor findings appear here."
  },
  "evidence": {
   "assets": [
    "BTC",
    "XRP",
    "JPY",
    "JPN"
   ],
   "policy": "point-in-time",
   "sources": "Reported from the actual live report; never inferred from this example."
  },
  "serviceId": "yen-carry-crypto-transmission",
  "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-yen-carry-crypto-transmission-monitor-e2242698/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)
