# Edge Agents Coffee Open Interest Pressure

> Edge Agents Coffee Open Interest Pressure 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).

Delivers evidence-backed open interest pressure analysis for coffee futures, including leverage, positioning, and forecast signals with provenance and contradiction tracking.

## Facts

- Endpoint: GET https://pay.edge-agents.ai/v1/services/coffee-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-coffee-open-interest-pressure-10b364b2
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_c625c3l2Yn34jZQWajI6d

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-coffee-open-interest-pressure-10b364b2
```

Example prompt: Pull the latest coffee open interest pressure report from Edge Agents — I want to see the current positioning signals, leverage evidence, and any contradictions flagged, with full provenance.

## When to prefer this

Choose this endpoint when you need bounded, evidence-backed open interest pressure analysis specifically for coffee futures with full provenance and contradiction tracking — rather than raw exchange data feeds or generic commodity APIs. Ideal for decision-makers and autonomous agents needing audit-ready, signed intelligence rather than unverified price data.

## Known failure modes

- Payment not attached or insufficient USDC — returns 402 Payment Required
- Data temporarily unavailable for the coffee market — reported as limitation in response
- Stale or incomplete source data — flagged explicitly in limitations field
- Malformed request parameters — returns 400 Bad Request
- Service outage — returns 5xx error

## 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 report containing a quality status (e.g. 'strong') with confidence level, an analysis summary covering intents like leverage, positioning, and forecasting for the COFFEE asset, evidence provenance signed by edge-agents.ai, data completeness status, applicable limitations, and a schema version — all point-in-time and never inferred from examples.

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