# USD Index Asset Manager Positioning Intelligence

> USD Index 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, point-in-time institutional asset manager positioning data for the U.S. Dollar Index (DXY) with provenance, confidence scoring, and sourced analysis.

## Facts

- Endpoint: GET https://pay.edge-agents.ai/v1/services/usd-index-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/usd-index-asset-manager-positioning-intelligence-9a7fe4ed
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_etLhesB42LRZRPTx-iDQy

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 usd-index-asset-manager-positioning-intelligence-9a7fe4ed
```

Example prompt: Pull the latest institutional asset manager positioning on the U.S. Dollar Index from Edge Agents — I want the confidence level, summary of intents like leverage and open interest, and the provenance so I know the sources are verified.

## When to prefer this

Choose this endpoint when you need provenance-signed, evidence-backed institutional asset manager positioning specifically for the U.S. Dollar Index (DXY) — especially when your workflow requires explicit confidence scoring, source traceability, and bounded decision framing. Prefer it over raw COT data feeds when you need a pre-analyzed, contradiction-aware summary ready for executive briefing or autonomous agent decision gating.

## Known failure modes

- Payment not included or invalid USDC payment results in HTTP 402 rejection
- Data temporarily unavailable returns degraded dataStatus with stated coverage gaps
- Low-confidence periods surfaced explicitly in quality.confidence field rather than suppressed
- Source freshness limitations disclosed in limitations array rather than hidden
- Network timeout on upstream data sources may delay or degrade report completeness

## 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 JSON object containing: a quality block (status and confidence level), an analysis block (asset family, institutional intents such as leverage and open-interest, and a human-readable summary), an evidence block (assets covered, policy, and sources), provenance metadata (issuer URL and signed flag), generatedAt timestamp, dataStatus, schemaVersion, and a disclaimer noting the data 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": "fx",
   "intents": [
    "leverage",
    "evidence",
    "institutional",
    "positioning",
    "open-interest",
    "asset-manager",
    "fx"
   ],
   "summary": "Fresh U.S. Dollar Index Asset Manager Positioning findings appear here."
  },
  "evidence": {
   "assets": [
    "USD-INDEX"
   ],
   "policy": "point-in-time",
   "sources": "Reported from the actual live report; never inferred from this example."
  },
  "serviceId": "usd-index-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/usd-index-asset-manager-positioning-intelligence-9a7fe4ed/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)
