# ETH CFTC Leveraged Positioning Momentum Analysis

> ETH CFTC Leveraged Positioning Momentum Analysis 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 CME Micro Ether leveraged-funds positioning momentum data derived from CFTC Commitments of Traders reports, with provenance and confidence scoring.

## Facts

- Endpoint: GET https://pay.edge-agents.ai/v1/services/eth-cftc-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/eth-cftc-leveraged-positioning-momentum-analysis-3414c0c5
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_YlDlrH46VGtJ2kQUYmR2a

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 eth-cftc-leveraged-positioning-momentum-analysis-3414c0c5
```

Example prompt: Pull the latest CFTC leveraged-fund positioning momentum for Ethereum from CME Micro Ether futures — I want to see whether speculative positioning is bullish or bearish, plus the confidence level and data provenance.

## When to prefer this

Choose this endpoint when you specifically need CFTC Commitments of Traders leveraged-fund positioning data for Ethereum (CME Micro Ether futures) with signed provenance, a stated confidence level, and explicit contradiction flagging — particularly for institutional or AI agent decision workflows that require auditable evidence rather than raw data. Prefer this over generic market data APIs when traceability and bounded decision support with disclaimers matter.

## Known failure modes

- Payment not received or USDC balance insufficient — endpoint returns 402 Payment Required
- CFTC source data not yet published for the current reporting period — dataStatus may indicate incomplete
- Network timeout if upstream CFTC data pipeline is delayed
- Stale or unavailable source data flagged in limitations array of response
- Invalid request format returns 400 Bad Request

## 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. Machine services are purchasable per request over x402 on 5 settlement rails (Base/USDC, XRPL/RLUSD, Solana/USDC, Arbitrum/USDC and Polygon/USDC).

## Output

A JSON object containing: a quality status and confidence rating for the report, an analysis summary with positioning intents (momentum, leverage, evidence), asset coverage (ETH), data policy (point-in-time), signed provenance from edge-agents.ai, a generatedAt timestamp, schema version, and a disclaimer that the output 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": "ethereum",
   "intents": [
    "momentum",
    "leverage",
    "evidence",
    "positioning",
    "leveraged-funds"
   ],
   "summary": "Fresh CME Micro Ether Leveraged Positioning Momentum findings appear here."
  },
  "evidence": {
   "assets": [
    "ETH"
   ],
   "policy": "point-in-time",
   "sources": "Reported from the actual live report; never inferred from this example."
  },
  "serviceId": "eth-cftc-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/eth-cftc-leveraged-positioning-momentum-analysis-3414c0c5/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)
