# AUD FX Leveraged Positioning Momentum Intelligence

> AUD FX Leveraged Positioning Momentum 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 analysis of Australian Dollar leveraged-fund positioning momentum for use in FX strategy and decision-making.

## Facts

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

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 aud-fx-leveraged-positioning-momentum-intelligence-76984b45
```

Example prompt: Can you pull the latest AUD leveraged-fund positioning momentum report from Edge Agents and tell me whether speculative traders are net long or short the Australian Dollar, and how strong that conviction looks?

## When to prefer this

Use this endpoint when you need a provenance-signed, evidence-bounded intelligence report specifically on Australian Dollar leveraged-fund positioning and momentum — particularly when your workflow requires contradiction flagging, source transparency, and a machine-readable confidence score rather than a raw data feed or unverified news summary. Prefer this over generic FX data APIs when decision audit trails and signed provenance matter (e.g. for institutional or autonomous agent workflows).

## Known failure modes

- Payment not received or insufficient USDC — 402 response with payment requirements
- Data unavailable or stale sources — report returned with dataStatus indicating incomplete or limited coverage, noted in limitations field
- Network timeout — standard HTTP 5xx or connection error
- Invalid request parameters — 400-level error if schema constraints violated
- Report generated but evidence confidence is low — quality.status may return 'weak' with caveats

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

A signed JSON report containing: a quality status (e.g. 'strong') with confidence level; an analysis block with asset family (fx), intents tags (momentum, leverage, positioning, leveraged-funds), and a plain-language summary of current AUD leveraged positioning findings; an evidence block specifying covered assets, policy type, and sources; provenance metadata including issuer URL and signed flag; a generatedAt timestamp; a dataStatus field; a disclaimer; and a limitations list noting coverage gaps or source freshness caveats.

## 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 Australian Dollar Leveraged Positioning Momentum findings appear here."
  },
  "evidence": {
   "assets": [
    "AUD"
   ],
   "policy": "point-in-time",
   "sources": "Reported from the actual live report; never inferred from this example."
  },
  "serviceId": "aud-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/aud-fx-leveraged-positioning-momentum-intelligence-76984b45/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)
