# Edge Agents Natural Gas Managed Money Positioning

> Edge Agents Natural Gas Managed Money 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 current managed money positioning in natural gas futures markets.

## Facts

- Endpoint: GET https://pay.edge-agents.ai/v1/services/natural-gas-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/edge-agents-natural-gas-managed-money-positioning-985a4137
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_Ume0rrNtPEFVRHLXG8slp

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-natural-gas-managed-money-positioning-985a4137
```

Example prompt: Pull the latest managed money positioning report for natural gas from Edge Agents — I want to know whether speculative traders are net long or short, with confidence level and sources.

## When to prefer this

Choose this endpoint when you need point-in-time, provenance-signed managed money positioning intelligence specifically for natural gas, with explicit sourcing, confidence scores, and contradiction flagging — especially useful for autonomous agents that need verifiable, machine-readable market intelligence rather than raw CFTC data parsing. Prefer over generic financial data APIs when audit trail and bounded decision support (not raw data) is the requirement.

## Known failure modes

- Payment not received or insufficient USDC — endpoint returns HTTP 402 and no data
- Data temporarily unavailable — dataStatus field may indicate incomplete coverage
- Stale or pending source data — generatedAt timestamp may reflect delay; limitations field will note this
- Network timeout on live report generation — retry recommended
- Malformed request parameters — endpoint returns error if required fields are incorrectly structured

## How this service works

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

## Output

A JSON object containing: a quality assessment (status and confidence level), an analysis block with asset family, key intents (leverage, evidence, positioning, open-interest, commodities), and a natural-language summary of current positioning findings. Also includes evidence metadata (assets covered, data policy, sources), a signed provenance record from edge-agents.ai, schema version, generation timestamp, data status, standard limitations disclosure, and a non-investment-advice disclaimer.

## 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 Natural Gas Managed Money Positioning findings appear here."
  },
  "evidence": {
   "assets": [
    "NATURAL-GAS"
   ],
   "policy": "point-in-time",
   "sources": "Reported from the actual live report; never inferred from this example."
  },
  "serviceId": "natural-gas-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/edge-agents-natural-gas-managed-money-positioning-985a4137/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)
