# Edge Agents S&P Healthcare Sector Leveraged Positioning Momentum

> Edge Agents S&P Healthcare Sector Leveraged Positioning Momentum 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 leveraged positioning momentum analysis for the S&P 500 Healthcare sector, with provenance, contradictions, and confidence scoring.

## Facts

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

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-positioning-momentum-d1accba6
```

Example prompt: Pull the latest leveraged positioning momentum report for the S&P 500 Healthcare sector — I need to know if momentum is strong or weak, with sources and confidence level, for a strategy meeting today.

## When to prefer this

Choose this endpoint when you need a structured, evidence-backed, provenance-signed momentum analysis specifically for the S&P 500 Healthcare sector with leveraged fund positioning signals, especially when your workflow requires a confidence score, contradiction tracking, and a signed issuer for auditability. Prefer it over generic financial data APIs when you need decision-grade intelligence with explicit limitations disclosure rather than raw market data.

## Known failure modes

- Payment not received or invalid USDC amount — endpoint returns 402 Payment Required
- Service temporarily unavailable if live report data cannot be fetched — may return incomplete or delayed dataStatus
- No fresh data available for the point-in-time requested — report may note data staleness in limitations field
- Malformed request parameters — endpoint may return 400 or empty analysis
- Source data unavailable — evidence sources will be noted as unavailable in the report rather than inferred

## How this service works

Direct CFTC weekly change in leveraged-fund long, short and spread positions for S&P Health Care Sector, including change in net exposure. Purpose: Detect whether reported leveraged-fund exposure in S&P Health Care Sector shifted toward net-long, net-short or stable positioning during the latest CFTC week. 168-hour freshness target; missing evidence is reported explicitly rather than invented.

## Output

Returns a structured JSON object with: quality status (e.g. 'strong') and confidence level (e.g. 'high'); an analysis block with sector family, positioning intents (momentum, leverage, equities), and a natural-language summary of findings; evidence block listing assets covered (e.g. SP500), data policy, and sources; provenance metadata including issuer URL and a signed flag; generation timestamp; limitations list; schema version; and a standard disclaimer clarifying the report is general market research, 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": [
    "momentum",
    "leverage",
    "evidence",
    "positioning",
    "leveraged-funds",
    "equities"
   ],
   "summary": "Fresh S&P Health Care Sector Leveraged Positioning Momentum 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-positioning-momentum",
  "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-positioning-momentum-d1accba6/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)
