# Edge Agents Platinum Managed Money Positioning Intelligence

> Edge Agents Platinum Managed Money Positioning 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 managed money positioning analysis for platinum, including leverage, open interest, and sentiment data with provenance and confidence scoring.

## Facts

- Endpoint: GET https://pay.edge-agents.ai/v1/services/platinum-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-platinum-managed-money-positioning-intelligence-d5972cf3
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_L758mf9kB-FM8CrJiJNlb

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-platinum-managed-money-positioning-intelligence-d5972cf3
```

Example prompt: Pull the latest Edge Agents managed money positioning report for platinum — I need the confidence level, open interest breakdown, and leverage intent with provenance so I can brief the investment committee.

## When to prefer this

Choose this endpoint when you need point-in-time, evidence-backed managed money positioning specifically for platinum with signed provenance and explicit confidence scoring. Prefer this over generic financial data APIs when your use case requires auditability, contradiction flagging, and structured decision intelligence formatted for both human executives and autonomous agents operating in agentic workflows.

## Known failure modes

- Payment not received or x402 payment flow incomplete — endpoint returns 402 with payment instructions
- Data temporarily unavailable for the reporting period — response may indicate incomplete coverage
- Invalid or malformed request parameters — endpoint returns error indicating schema mismatch
- Source data not yet refreshed — report may note staleness or coverage limitations in the limitations field

## How this service works

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

## Output

A structured JSON report containing: quality status and confidence level, an analysis summary covering the metals family with intents such as leverage, evidence, positioning, and open-interest, evidence metadata including assets covered (PLATINUM), data policy (point-in-time), and sources, provenance with issuer signature, generatedAt timestamp, data completeness status, schema version, and a standard disclaimer clarifying this is 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",
    "positioning",
    "open-interest"
   ],
   "summary": "Fresh Platinum Managed Money Positioning findings appear here."
  },
  "evidence": {
   "assets": [
    "PLATINUM"
   ],
   "policy": "point-in-time",
   "sources": "Reported from the actual live report; never inferred from this example."
  },
  "serviceId": "platinum-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-platinum-managed-money-positioning-intelligence-d5972cf3/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)
