# Edge Agents Palladium Positioning Momentum Intelligence

> Edge Agents Palladium Positioning Momentum 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 market positioning and momentum analysis with provenance, contradictions, and bounded decision support for business leaders and AI agents.

## Facts

- Endpoint: GET https://pay.edge-agents.ai/v1/services/palladium-positioning-momentum
- 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-positioning-momentum-intelligence-8ec37e8e
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_R1KvkIO4AwdVPgQMI6z2_

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-positioning-momentum-intelligence-8ec37e8e
```

Example prompt: Pull me the latest palladium positioning and momentum intelligence from Edge Agents — I need the confidence level, any contradictions in the evidence, and the provenance so I can share it with my strategy team.

## When to prefer this

Choose this endpoint when you need palladium-specific positioning and momentum intelligence with verifiable provenance, explicit confidence scoring, and contradiction flagging — especially for institutional, board-level, or autonomous agent workflows where auditability and source attestation matter. Prefer this over generic financial data APIs when your use case requires bounded, evidence-cited decisions rather than raw price feeds or unattributed commentary.

## Known failure modes

- Payment not received or insufficient USDC balance — endpoint returns HTTP 402
- Upstream market data unavailable — report may indicate incomplete coverage in limitations field
- Stale or low-freshness source data — noted explicitly in the returned limitations array
- Invalid or malformed request parameters — likely returns an error or empty property set

## How this service works

Direct CFTC weekly changes in managed-money long, short and spread positions for Palladium, including the resulting change in net positioning. Purpose: Detect whether reported managed-money positioning in Palladium shifted toward net-long, net-short or stable exposure in the latest CFTC week. 168-hour freshness target; missing evidence is reported explicitly rather than invented.

## Output

A structured JSON report including a quality status and confidence rating, a summary of palladium positioning and momentum findings, identified evidence assets, policy type (point-in-time), data completeness status, a signed provenance record from edge-agents.ai, generation timestamp, schema version, and explicit coverage limitations and disclaimer.

## 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": [
    "momentum",
    "evidence",
    "positioning"
   ],
   "summary": "Fresh Palladium Positioning Momentum findings appear here."
  },
  "evidence": {
   "assets": [
    "PALLADIUM"
   ],
   "policy": "point-in-time",
   "sources": "Reported from the actual live report; never inferred from this example."
  },
  "serviceId": "palladium-positioning-momentum",
  "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-positioning-momentum-intelligence-8ec37e8e/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)
