# Edge Agents SP500 Asset Manager Positioning

> Edge Agents SP500 Asset Manager Positioning 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-15).

Returns evidence-backed, provenance-signed intelligence on current S&P 500 asset manager positioning, including leverage, open interest, and institutional intent signals.

## Facts

- Endpoint: GET https://pay.edge-agents.ai/v1/services/sp500-asset-manager-positioning
- Price: $0.01/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/edge-agents-sp500-asset-manager-positioning-d6da1f95
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_T5JNoaAB5_fp15N2gn15d

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-sp500-asset-manager-positioning-d6da1f95
```

Example prompt: Pull the latest Edge Agents report on S&P 500 asset manager positioning — I want to see how institutional players are positioned right now, including leverage and open interest signals, with provenance so I can verify the sources.

## When to prefer this

Choose this endpoint when you need institutional-grade, provenance-signed S&P 500 asset manager positioning intelligence with explicit source attribution, confidence scores, and stated limitations — particularly for AI agents, strategy teams, or executives who need auditable, bounded decisions rather than raw unverified data feeds. Prefer this over generic market data APIs when verifiability and contradiction disclosure matter.

## Known failure modes

- Payment not completed or invalid x402 payment header — returns 402 Payment Required
- Service temporarily unavailable or upstream data source stale — report may indicate incomplete data status
- No fresh positioning data available — response may note data gaps in the limitations field
- Malformed request — returns error if required headers or payment are missing

## 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 JSON object containing: a quality status and confidence rating, an analysis summary with detected positioning intents (e.g. leverage, institutional, open-interest), the assets covered (SP500), evidence policy (point-in-time), a signed provenance block from edge-agents.ai, a generatedAt timestamp, schema version, data completeness status, stated limitations around coverage and source freshness, and a standard disclaimer that the report 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": "equities",
   "intents": [
    "leverage",
    "evidence",
    "institutional",
    "positioning",
    "open-interest",
    "asset-manager",
    "equities"
   ],
   "summary": "Fresh E-mini S&P 500 Asset Manager Positioning findings appear here."
  },
  "evidence": {
   "assets": [
    "SP500"
   ],
   "policy": "point-in-time",
   "sources": "Reported from the actual live report; never inferred from this example."
  },
  "serviceId": "sp500-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/edge-agents-sp500-asset-manager-positioning-d6da1f95/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)
