# AUD FX Asset Manager Positioning Intelligence

> AUD FX Asset Manager 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-14).

Returns evidence-backed institutional asset manager positioning data for the Australian Dollar (AUD) in FX markets, including leverage, open interest, and intent signals with provenance.

## Facts

- Endpoint: GET https://pay.edge-agents.ai/v1/services/aud-fx-asset-manager-positioning
- 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-asset-manager-positioning-intelligence-d029bc49
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_1SZccxAxH0yA0pXAZR1Ji

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-asset-manager-positioning-intelligence-d029bc49
```

Example prompt: Pull the latest AUD FX asset manager positioning report from Edge Agents — I need to know where institutional money is leaning on the Australian Dollar, including open interest and leverage signals, with source provenance.

## When to prefer this

Choose this endpoint when you need point-in-time, evidence-backed institutional positioning data specifically for the Australian Dollar in FX markets, with verifiable provenance and explicit confidence ratings. Prefer it over generic FX data feeds when your use case requires cited sources, contradiction disclosure, and decision-ready summaries suitable for board, CFO, or strategy team consumption. Particularly valuable for AI agents that need auditable reasoning chains rather than raw price or sentiment data.

## Known failure modes

- Payment not received — returns HTTP 402 requiring USDC micropayment
- Data temporarily unavailable — dataStatus may indicate incomplete coverage
- Stale data — generatedAt timestamp may reflect older report if live feeds are delayed
- Missing evidence — report may note unavailable sources in limitations field
- Invalid request parameters — malformed input schema returns error

## 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 structured JSON report containing: quality status and confidence rating, a summary of Australian Dollar asset manager positioning with identified intents (e.g. leverage, open-interest, institutional), a list of evidence assets and policy, signed provenance from edge-agents.ai, a generatedAt timestamp, schema version, and a disclaimer clarifying this is market research and not investment advice. Limitations on source freshness and coverage are included in the paid report.

## 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",
    "institutional",
    "positioning",
    "open-interest",
    "asset-manager",
    "fx"
   ],
   "summary": "Fresh Australian Dollar Asset Manager Positioning 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-asset-manager-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/aud-fx-asset-manager-positioning-intelligence-d029bc49/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)
