# Edge Agents S&P Financials Sector Asset Manager Positioning

> Edge Agents S&P Financials Sector 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-14).

Returns evidence-backed, point-in-time asset manager positioning data for the S&P 500 Financials sector, with provenance, contradictions, and confidence levels.

## Facts

- Endpoint: GET https://pay.edge-agents.ai/v1/services/sp-financials-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/edge-agents-s-p-financials-sector-asset-manager-positioning-6f978003
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_VNAL1njxM62ZbSQiKO2xr

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-s-p-financials-sector-asset-manager-positioning-6f978003
```

Example prompt: What is the latest asset manager positioning for the S&P 500 Financials sector — give me a sourced, evidence-backed report with confidence levels and any contradictions noted?

## When to prefer this

Choose this endpoint when you need a verifiable, evidence-sourced, point-in-time view of institutional asset manager positioning specifically in S&P 500 Financials sector equities, with explicit provenance and confidence scoring. Prefer this over general financial data feeds when you need bounded, signed intelligence with contradictions surfaced — particularly for decision-support contexts like board briefings, portfolio allocation reviews, or autonomous agent strategy pipelines. Not suitable as a replacement for real-time trading data or personalized investment advice.

## Known failure modes

- Payment not provided or insufficient: HTTP 402 returned requiring USDC micropayment via x402 protocol
- Data temporarily unavailable: dataStatus field may indicate incomplete coverage for the reporting period
- Stale or low-confidence data: confidence field may return 'low' if source freshness is limited
- Schema mismatch: callers expecting schema v1 may encounter breaking changes in v2 response structure
- No contradictions surfaced does not mean consensus — limitations array clarifies coverage gaps

## 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: positioning quality status and confidence rating, an analysis summary with identified intents (e.g. leverage, open-interest, institutional), evidence assets and policy, provenance with issuer signature, data status, schema version, generation timestamp, limitations disclosure, and a general market research disclaimer. The report is point-in-time and sourced from live data, never inferred from cached examples.

## 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 S&P Financial Sector 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": "sp-financials-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-s-p-financials-sector-asset-manager-positioning-6f978003/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)
