# Copper Open Interest Pressure Analysis | Edge Agents

> Copper Open Interest Pressure Analysis | Edge Agents 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 copper open interest pressure analysis with provenance, contradictions, and bounded decision intelligence for business leaders and AI agents.

## Facts

- Endpoint: GET https://pay.edge-agents.ai/v1/services/copper-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/copper-open-interest-pressure-analysis-edge-agents-169e293c
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_-HsAmH6x9eed18_9hj00O

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 copper-open-interest-pressure-analysis-edge-agents-169e293c
```

Example prompt: Pull the latest copper open interest pressure report from Edge Agents — I want to see current positioning signals, confidence level, and where the evidence is sourced from.

## When to prefer this

Choose this endpoint when you need copper-specific open interest pressure intelligence with signed provenance and explicit confidence scoring, as opposed to generic commodity price feeds or unattributed market summaries. Ideal for AI agents and business decision-makers who need bounded, verifiable analysis with source traceability rather than raw data. Particularly useful when copper is a material input cost or portfolio exposure and you need evidence-backed positioning signals at very low cost ($0.01 per call).

## Known failure modes

- Payment not received or insufficient USDC balance — endpoint requires $0.01 USDC via x402 protocol
- Data status may be incomplete if underlying copper open interest sources are temporarily unavailable
- Stale or delayed data if live market feeds are disrupted — freshness limitations stated in report
- Response may indicate low confidence if contradicting evidence sources are detected
- Missing or malformed required parameters may return a schema validation error

## How this service works

Direct CFTC open interest and weekly open-interest change for Copper, reported alongside the underlying managed-money positioning context. Purpose: Determine whether CFTC-reported open interest in Copper 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 structured JSON report containing: quality status and confidence level, analysis summary with positioning intents (leverage, evidence, forecast, labour, positioning, open-interest), evidence assets and policy, signed provenance from edge-agents.ai, generation timestamp, schema version, and a disclaimer clarifying this 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": "metals",
   "intents": [
    "leverage",
    "evidence",
    "forecast",
    "labour",
    "positioning",
    "open-interest"
   ],
   "summary": "Fresh Copper Open Interest Pressure findings appear here."
  },
  "evidence": {
   "assets": [
    "COPPER"
   ],
   "policy": "point-in-time",
   "sources": "Reported from the actual live report; never inferred from this example."
  },
  "serviceId": "copper-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/copper-open-interest-pressure-analysis-edge-agents-169e293c/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)
