# Edge Agents S&P Healthcare Sector Asset Manager Positioning

> Edge Agents S&P Healthcare 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, provenance-signed asset manager positioning intelligence for the S&P 500 Healthcare sector, including leverage, open interest, and institutional flows data.

## Facts

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

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-healthcare-sector-asset-manager-positioning-09385c98
```

Example prompt: Pull the latest Edge Agents report on S&P 500 Healthcare sector asset manager positioning — I want to know whether institutional investors are increasing leverage or reducing exposure, with confidence levels and source provenance.

## When to prefer this

Choose this endpoint when you need point-in-time, provenance-signed institutional positioning intelligence specifically for the S&P 500 Healthcare sector, particularly when your use case requires documented evidence sourcing, confidence scores, and signed attestation rather than raw data feeds. Prefer this over generic market data APIs when auditability, contradiction flagging, and bounded decision support with disclaimers are required by compliance or governance workflows.

## Known failure modes

- Payment not received or x402 flow incomplete — endpoint returns 402 with payment requirements
- Data temporarily unavailable — dataStatus field may indicate incomplete or stale
- No fresh positioning data available — report will state coverage limitations explicitly
- Invalid or malformed request — may return an error if required headers are missing
- Rate limiting or quota exceeded — service may reject repeated calls

## 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.

## Output

Returns a JSON object containing a quality status and confidence level, an analysis with sector family classification and intent signals (leverage, institutional, open-interest, asset-manager), an evidence block citing S&P 500 as the underlying asset with point-in-time policy and live sourcing, a signed provenance attestation from edge-agents.ai, generation timestamp, schema version, a disclaimer clarifying this is general market research (not investment advice), and a limitations array disclosing coverage gaps and source freshness constraints.

## 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 Health Care 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-healthcare-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-healthcare-sector-asset-manager-positioning-09385c98/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)
