# Edge Agents S&P Communication Sector Asset Manager Positioning

> Edge Agents S&P Communication 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 Communication Services sector with provenance, confidence signals, and limitations.

## Facts

- Endpoint: GET https://pay.edge-agents.ai/v1/services/sp-communication-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-communication-sector-asset-manager-positioning-497cda8e
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_HnEiwzPgg43tCnxTak5yo

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-communication-sector-asset-manager-positioning-497cda8e
```

Example prompt: Pull the latest asset manager positioning report for the S&P 500 Communication Services sector — I need to see where institutional money is leaning, the confidence level, and any contradictions or limitations flagged in the evidence.

## When to prefer this

Choose this endpoint when you need point-in-time, signed and provenance-tracked institutional positioning intelligence specifically for the S&P 500 Communication Services sector, especially when your use case requires bounded decisions with stated contradictions and limitations rather than raw price data or generic market feeds. Prefer it over generic financial data APIs when auditability, confidence scoring, and source provenance matter to decision-makers such as CEOs, CFOs, or autonomous trading/strategy agents.

## Known failure modes

- Payment not received or underpaid — x402 payment required before data is returned
- Stale or unavailable source data — report will explicitly state coverage gaps and source freshness limitations
- No schema match on input — malformed request body returns error
- Service temporarily unavailable — upstream data feed outage may delay report generation

## How this service works

Direct CFTC Traders in Financial Futures asset-manager/institutional long, short, spread and net positioning for S&P Communication Sector, including open-interest share. Purpose: Measure current CFTC asset-manager net positioning in S&P Communication Sector as an institutional positioning sensor without converting it into a directional recommendation. 168-hour freshness target; missing evidence is reported explicitly rather than invented.

## Output

A JSON object containing: a quality assessment (status and confidence level), an analysis block with asset family, intent tags, and a sector positioning summary, evidence metadata listing covered assets and source policy, a signed provenance record from edge-agents.ai, a generatedAt timestamp, data completeness status, schema version, and a disclaimer clarifying this 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 S&P Communication 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-communication-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-communication-sector-asset-manager-positioning-497cda8e/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)
