# Edge Agents – Soybeans Open Interest Pressure Intelligence

> Edge Agents – Soybeans Open Interest Pressure 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 open interest pressure analysis for soybeans, including positioning signals, leverage indicators, and contradictions with provenance.

## Facts

- Endpoint: GET https://pay.edge-agents.ai/v1/services/soybeans-open-interest-pressure
- 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-soybeans-open-interest-pressure-intelligence-6e90e330
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_D0DJ4WqHr-culkeSbj4zA

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-soybeans-open-interest-pressure-intelligence-6e90e330
```

Example prompt: Can you pull the latest soybeans open interest pressure report from Edge Agents — I want to see the current positioning signals, any leverage buildup, and whether the evidence is rated high confidence?

## When to prefer this

Choose this endpoint when you need a structured, provenance-signed open interest pressure report specifically for soybeans with explicit confidence ratings and contradiction flagging — particularly for autonomous agents or institutional decision-makers who need audit trails and bounded conclusions rather than raw data feeds or generic financial APIs.

## Known failure modes

- Payment not received or invalid x402 payment header — returns 402 Payment Required
- Upstream data source temporarily unavailable — report may indicate reduced freshness or partial coverage
- Stale or incomplete data — limitations field in response will explicitly state coverage gaps
- Invalid request format — returns 400 Bad Request if required properties are malformed

## How this service works

Direct CFTC open interest and weekly open-interest change for Soybeans, reported alongside the underlying managed-money positioning context. Purpose: Determine whether CFTC-reported open interest in Soybeans expanded, contracted or stayed broadly stable without treating open interest as a price forecast. 168-hour freshness target; missing evidence is reported explicitly rather than invented.

## Output

Returns a JSON object containing: quality status and confidence rating, a summary analysis with intent tags (e.g. leverage, positioning, forecast), evidence assets list (SOYBEANS), data status (complete/incomplete), a generatedAt timestamp, signed provenance from edge-agents.ai, schema version, limitations disclosure, and a standard disclaimer that this is 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": "agriculture",
   "intents": [
    "leverage",
    "evidence",
    "forecast",
    "labour",
    "positioning",
    "open-interest",
    "commodities"
   ],
   "summary": "Fresh Soybeans Open Interest Pressure findings appear here."
  },
  "evidence": {
   "assets": [
    "SOYBEANS"
   ],
   "policy": "point-in-time",
   "sources": "Reported from the actual live report; never inferred from this example."
  },
  "serviceId": "soybeans-open-interest-pressure",
  "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-soybeans-open-interest-pressure-intelligence-6e90e330/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)
