# Edge Agents S&P Healthcare Sector Leveraged Fund Positioning

> Edge Agents S&P Healthcare Sector Leveraged Fund 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 analysis of leveraged fund positioning in the S&P 500 Healthcare sector, including open interest, intents, and bounded decision intelligence.

## Facts

- Endpoint: GET https://pay.edge-agents.ai/v1/services/sp-healthcare-leveraged-fund-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-leveraged-fund-positioning-013c7ca0
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_PasyoWDM2Utymbn0-yV3V

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-leveraged-fund-positioning-013c7ca0
```

Example prompt: Pull the latest leveraged fund positioning report for the S&P 500 Healthcare sector from Edge Agents — I need the open interest summary, confidence level, and provenance details for a board briefing.

## When to prefer this

Choose this endpoint when you need provenance-signed, evidence-bounded analysis specifically of leveraged fund positioning in the S&P 500 Healthcare sector, with traceable sources and explicit confidence ratings. Prefer it over generic financial data APIs when your use case requires contradiction surfacing, point-in-time policy, and signed issuer provenance suitable for board-level or autonomous agent decision flows. Particularly well-suited for agentic workflows that require verifiable, non-inferred intelligence rather than raw price or holdings data.

## Known failure modes

- Payment not received or insufficient USDC — endpoint returns 402 Payment Required
- Service ID not found or malformed path — returns error or empty result
- Data temporarily unavailable — dataStatus field may indicate incomplete
- Report freshness lag — generatedAt timestamp may be stale if upstream data is delayed
- Network or provider outage — standard HTTP 5xx error

## How this service works

Direct CFTC Traders in Financial Futures leveraged-fund long, short, spread and net positioning for S&P Health Care Sector, including open-interest share. Purpose: Measure current leveraged-fund net positioning in S&P Health Care Sector using the CFTC TFF classification without inferring trader motive or predicting returns. 168-hour freshness target; missing evidence is reported explicitly rather than invented.

## Output

Returns a JSON object containing a quality status and confidence rating, an analysis summary with sector family, positioning intents (e.g. leverage, open-interest), and evidence assets (SP500). Includes signed provenance from edge-agents.ai, a generatedAt timestamp, schema version, data status, standard disclaimer noting this is market research not investment advice, and a list of coverage limitations sourced from the live report.

## 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",
    "positioning",
    "open-interest",
    "leveraged-funds",
    "equities"
   ],
   "summary": "Fresh S&P Health Care Sector Leveraged Fund 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-leveraged-fund-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-leveraged-fund-positioning-013c7ca0/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)
