# Edge Agents Palladium Managed Money Positioning

> Edge Agents Palladium Managed Money Positioning 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, provenance-signed analysis of managed money positioning in the palladium futures market, including leverage, open interest, and directional sentiment.

## Facts

- Endpoint: GET https://pay.edge-agents.ai/v1/services/palladium-managed-money-positioning
- 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-managed-money-positioning-274e28de
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_c3jScms95fEMMrEr9fglU

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-managed-money-positioning-274e28de
```

Example prompt: Pull the latest managed money positioning report for palladium — I need the confidence level, open interest signals, and any contradictions or limitations flagged in the evidence.

## When to prefer this

Choose this endpoint when you need point-in-time, provenance-signed managed money positioning data specifically for palladium futures, with explicit confidence scoring and contradiction flagging. It is preferable to generic data APIs when auditability, signed provenance, and bounded evidence (including stated limitations) are required for decision-making by executives or autonomous agents operating in regulated or high-stakes contexts.

## Known failure modes

- Payment not received — returns 402 Payment Required before delivering data
- Data temporarily unavailable — response may indicate incomplete coverage in limitations field
- Stale or unrefreshed underlying source data — limitations field will describe freshness constraints
- Malformed request parameters — returns error if required fields are missing or invalid

## How this service works

Direct CFTC Commitments of Traders managed-money long, short, spread and net positioning for Palladium, with open-interest share and exact contract provenance. Purpose: Measure the latest CFTC managed-money net positioning in Palladium without inferring trader motive or predicting price direction. 168-hour freshness target; missing evidence is reported explicitly rather than invented.

## Output

A JSON object containing a quality assessment (status and confidence), an analysis block with intent signals (leverage, open interest, positioning direction), evidence metadata including assets covered and sourcing policy, a provenance block with issuer identity and signature status, a generated timestamp, schema version, and explicit limitations and disclaimer text.

## 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",
    "positioning",
    "open-interest"
   ],
   "summary": "Fresh Palladium Managed Money Positioning findings appear here."
  },
  "evidence": {
   "assets": [
    "PALLADIUM"
   ],
   "policy": "point-in-time",
   "sources": "Reported from the actual live report; never inferred from this example."
  },
  "serviceId": "palladium-managed-money-positioning",
  "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-managed-money-positioning-274e28de/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)
