# WTI Crude Oil Managed Money Positioning Intelligence

> WTI Crude Oil Managed Money Positioning Intelligence 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 analysis of managed money positioning in WTI crude oil futures, including leverage, open interest, and speculative flows with provenance and confidence scoring.

## Facts

- Endpoint: GET https://pay.edge-agents.ai/v1/services/wti-managed-money-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/wti-crude-oil-managed-money-positioning-intelligence-ef7f16fe
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_T-AkzT213a0TZbywF3a7L

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 wti-crude-oil-managed-money-positioning-intelligence-ef7f16fe
```

Example prompt: Pull the latest Edge Agents WTI crude oil managed money positioning report — I need to know how speculators are positioned in WTI futures right now, including the confidence level and any contradictions in the evidence.

## When to prefer this

Choose this endpoint when you need structured, evidence-backed managed money positioning intelligence for WTI crude oil specifically — particularly when provenance, confidence scoring, and contradiction flagging are required for defensible business or investment decisions. Prefer this over raw CFTC data feeds when you need synthesized analysis with quality metadata rather than raw COT numbers, and when the agent or user requires a citable, signed report suitable for board or strategy team use.

## Known failure modes

- Stale or unavailable source data resulting in incomplete report with stated limitations
- Payment failure via x402 protocol returning 402 status before data is delivered
- Network timeout on the GET request
- Data status flagged as incomplete if upstream CFTC or exchange data is delayed
- Schema version mismatch if client expects an older response format

## How this service works

Direct CFTC Commitments of Traders managed-money long, short, spread and net positioning for WTI Crude Oil, with open-interest share and exact contract provenance. Purpose: Measure the latest CFTC managed-money net positioning in WTI Crude Oil without inferring trader motive or predicting price direction. 168-hour freshness target; missing evidence is reported explicitly rather than invented.

## Output

Returns a structured JSON report containing: a quality assessment with confidence level, an analysis summary covering positioning intents (leverage, open interest, speculative flows), a list of evidence assets (WTI), data status, a disclaimer, signed provenance from edge-agents.ai, the report generation timestamp, schema version, and stated limitations on coverage and source freshness.

## 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": "energy",
   "intents": [
    "leverage",
    "evidence",
    "positioning",
    "open-interest",
    "commodities"
   ],
   "summary": "Fresh WTI Crude Oil Managed Money Positioning findings appear here."
  },
  "evidence": {
   "assets": [
    "WTI"
   ],
   "policy": "point-in-time",
   "sources": "Reported from the actual live report; never inferred from this example."
  },
  "serviceId": "wti-managed-money-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/wti-crude-oil-managed-money-positioning-intelligence-ef7f16fe/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)
