# Edge Agents Palladium Open Interest Pressure Intelligence

> Edge Agents Palladium 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 palladium open interest pressure analysis with provenance, confidence scoring, and bounded market positioning intelligence.

## Facts

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

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-palladium-open-interest-pressure-intelligence-4f7e4965
```

Example prompt: Can you pull the latest palladium open interest pressure report from Edge Agents — I need the confidence level, positioning intents, and evidence summary so I can brief the strategy team on where leveraged traders are leaning?

## When to prefer this

Choose this endpoint when you need provenance-signed, evidence-bounded palladium open interest pressure intelligence with explicit confidence scoring and stated limitations — particularly for use cases requiring auditability (board reporting, autonomous agent decision logs, risk committee briefings) rather than raw price feeds or unverified market commentary. Prefer this over generic commodity APIs when the quality and traceability of the evidence chain matters as much as the data itself.

## Known failure modes

- Payment not received — 402 response requiring USDC micropayment before data is released
- Stale or incomplete underlying data — report may note coverage limitations in the limitations array
- No schema fields matched — malformed input may return empty or error response
- Service temporarily unavailable — upstream data source outage causing delayed or missing report

## How this service works

Direct CFTC open interest and weekly open-interest change for Palladium, reported alongside the underlying managed-money positioning context. Purpose: Determine whether CFTC-reported open interest in Palladium 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

A JSON object containing: quality status and confidence level, an analysis block with asset family, detected market intents (e.g. leverage, positioning, forecast), and a plain-language summary of palladium open interest pressure findings; an evidence block listing covered assets, source policy, and sourcing note; provenance metadata including issuer URL and signing status; generatedAt timestamp; schema version; and a disclaimer clarifying the research is general 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 Palladium Open Interest Pressure findings appear here."
  },
  "evidence": {
   "assets": [
    "PALLADIUM"
   ],
   "policy": "point-in-time",
   "sources": "Reported from the actual live report; never inferred from this example."
  },
  "serviceId": "palladium-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-palladium-open-interest-pressure-intelligence-4f7e4965/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)
