# Gold Open Interest Pressure Analysis

> Gold Open Interest Pressure Analysis 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 gold open interest pressure intelligence with provenance, contradictions, and bounded analysis for decision-makers and AI agents.

## Facts

- Endpoint: GET https://pay.edge-agents.ai/v1/services/gold-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/gold-open-interest-pressure-analysis-724408ba
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_uVDOVAYA6OQ4AtGMiSBRz

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 gold-open-interest-pressure-analysis-724408ba
```

Example prompt: Pull the latest gold open interest pressure report from Edge Agents — I need the confidence level, positioning summary, and evidence provenance for our metals strategy review.

## When to prefer this

Choose this endpoint when you need a signed, provenance-backed, confidence-rated analysis of gold open interest and futures positioning pressure — especially when traceability, contradiction flagging, and evidence sourcing are required for fiduciary or strategy contexts. Prefer this over generic market data APIs when your use case demands bounded, auditable decision intelligence rather than raw price feeds or unverified commentary.

## Known failure modes

- Payment not accepted or insufficient USDC balance — HTTP 402 returned
- Data temporarily unavailable or stale — dataStatus field may reflect incomplete coverage
- Source freshness limitations noted inline in the paid report
- Invalid or missing required parameters — likely returns 400 or schema error
- Network timeout or service unavailability — standard HTTP 5xx

## How this service works

Direct CFTC open interest and weekly open-interest change for Gold, reported alongside the underlying managed-money positioning context. Purpose: Determine whether CFTC-reported open interest in Gold 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 including: a quality assessment with status and confidence level, an analysis object with the metals family classification and identified market intents (e.g. leverage, positioning, forecast), an evidence block naming the assets covered (GOLD) and source policy, a generatedAt timestamp, a signed provenance record from edge-agents.ai, a dataStatus field, schema version, and a disclaimer clarifying this is general market research and 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": "metals",
   "intents": [
    "leverage",
    "evidence",
    "forecast",
    "labour",
    "positioning",
    "open-interest"
   ],
   "summary": "Fresh Gold Open Interest Pressure findings appear here."
  },
  "evidence": {
   "assets": [
    "GOLD"
   ],
   "policy": "point-in-time",
   "sources": "Reported from the actual live report; never inferred from this example."
  },
  "serviceId": "gold-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/gold-open-interest-pressure-analysis-724408ba/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)
