# Edge Agents – Wheat SRW Managed Money Positioning

> Edge Agents – Wheat SRW 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-15).

Returns evidence-backed, provenance-signed managed money positioning intelligence for Soft Red Winter (SRW) wheat futures, including leverage, open-interest and sentiment findings.

## Facts

- Endpoint: GET https://pay.edge-agents.ai/v1/services/wheat-srw-managed-money-positioning
- Price: $0.01/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/edge-agents-wheat-srw-managed-money-positioning-c4c081c9
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_Y6mMJf6luxL7j_Yk9j2PK

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-wheat-srw-managed-money-positioning-c4c081c9
```

Example prompt: Pull the latest managed money positioning report for Soft Red Winter wheat — I want to know whether speculators are net long or short, how confident the evidence is, and any contradictions in the data.

## When to prefer this

Choose this endpoint when you need a point-in-time, provenance-signed summary of speculative (managed money) positioning in SRW wheat futures — especially when your workflow requires verifiable sourcing, stated contradictions, and confidence ratings rather than raw data. Prefer over generic market data APIs when decision accountability (provenance, bounded conclusions) matters, such as in board briefings, autonomous agent pipelines, or risk documentation workflows.

## Known failure modes

- Report data not yet available for the current period — dataStatus may return 'pending' or 'incomplete'
- Upstream CFTC or source data delayed, causing stale generatedAt timestamp
- Payment of 0.01 USDC not confirmed, resulting in 402 Payment Required response
- Malformed request returns 400 with schema validation error
- Service temporarily unavailable returns 503

## How this service works

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

## Output

A signed JSON report containing: a quality status and confidence rating, a summary of current Wheat SRW managed money positioning (leverage, open interest, directional bias), provenance details including issuer and signature, data freshness timestamp, stated limitations on source coverage, and a disclaimer clarifying it is general market research rather than 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": "agriculture",
   "intents": [
    "leverage",
    "evidence",
    "positioning",
    "open-interest",
    "commodities"
   ],
   "summary": "Fresh Wheat SRW Managed Money Positioning findings appear here."
  },
  "evidence": {
   "assets": [
    "WHEAT"
   ],
   "policy": "point-in-time",
   "sources": "Reported from the actual live report; never inferred from this example."
  },
  "serviceId": "wheat-srw-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-wheat-srw-managed-money-positioning-c4c081c9/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)
