# Edge Agents Corn Open Interest Pressure Intelligence

> Edge Agents Corn 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 corn open interest pressure analysis with provenance, confidence scores, and market positioning insights for the CORN commodity.

## Facts

- Endpoint: GET https://pay.edge-agents.ai/v1/services/corn-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-corn-open-interest-pressure-intelligence-8f7b7198
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_tXpbzj6wTDk2Gryo_9Gs6

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-corn-open-interest-pressure-intelligence-8f7b7198
```

Example prompt: Pull the latest corn open interest pressure report from Edge Agents — I need to see the confidence level, positioning intents, and provenance so I can assess whether there's significant leverage or directional pressure building in corn futures right now.

## When to prefer this

Choose this endpoint when you need point-in-time, evidence-backed corn open interest pressure intelligence with full provenance and signed attribution — particularly for autonomous agents or professional decision-makers (CEOs, CFOs, strategy teams) who require verifiable, sourced analysis rather than raw data feeds. Prefer this over generic data APIs when provenance, contradiction flagging, and bounded decision support matter more than raw tick-level data.

## Known failure modes

- Payment not received or USDC balance insufficient — returns 402 Payment Required
- Upstream data unavailable or stale — report will note coverage gaps explicitly in the limitations field
- Invalid request parameters — returns 400 with schema validation error
- Service temporarily unavailable — returns 503

## How this service works

Direct CFTC open interest and weekly open-interest change for Corn, reported alongside the underlying managed-money positioning context. Purpose: Determine whether CFTC-reported open interest in Corn 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 level (e.g. 'strong'/'high'), an analysis block with commodity family, intents (leverage, evidence, forecast, positioning, open-interest), and a plain-language summary of corn open interest pressure findings; an evidence block listing assets covered (CORN), policy type, and source attribution; provenance metadata including issuer URL and digital signature; a generatedAt timestamp; disclaimers noting this is general market research and not investment advice; and a list of coverage limitations.

## 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 Corn Open Interest Pressure findings appear here."
  },
  "evidence": {
   "assets": [
    "CORN"
   ],
   "policy": "point-in-time",
   "sources": "Reported from the actual live report; never inferred from this example."
  },
  "serviceId": "corn-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-corn-open-interest-pressure-intelligence-8f7b7198/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)
