# Edge Agents SOL CFTC Asset Manager Positioning

> Edge Agents SOL CFTC Asset Manager 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 CFTC-sourced Solana asset manager positioning data including leverage, open interest, and institutional sentiment with provenance and confidence scoring.

## Facts

- Endpoint: GET https://pay.edge-agents.ai/v1/services/sol-cftc-asset-manager-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-sol-cftc-asset-manager-positioning-fab7a1db
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_W8Fb6PzoCObYLRXU01LKf

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-sol-cftc-asset-manager-positioning-fab7a1db
```

Example prompt: Pull the latest CFTC asset manager positioning report for Solana — I need to see whether institutional players are leveraged long or short, with confidence level and source provenance, for my strategy review.

## When to prefer this

Choose this endpoint when you need structured, provenance-signed CFTC Commitments of Traders (COT) data specifically for Solana asset manager positioning, with confidence scoring and contradiction flagging built in. It is preferable over raw CFTC data feeds when you need the data pre-analyzed and bounded for decision-making by AI agents or strategy teams, and over generic crypto sentiment APIs when regulatory futures positioning (CME) and institutional-grade provenance matter.

## Known failure modes

- Payment not processed or insufficient USDC balance — returns 402 Payment Required
- CFTC source data temporarily unavailable — dataStatus may reflect incomplete or stale data
- Report freshness lag if CME/CFTC has not yet published the latest weekly release
- Malformed request parameters — returns error if required fields are missing or invalid
- Rate limiting if too many calls are made in a short window

## How this service works

Direct CFTC Traders in Financial Futures asset-manager/institutional long, short, spread and net positioning for CME Solana, including open-interest share. Purpose: Measure current CFTC asset-manager net positioning in CME Solana as an institutional positioning sensor without converting it into a directional recommendation. 168-hour freshness target; missing evidence is reported explicitly rather than invented.

## Output

Returns a structured JSON object with a quality status and confidence rating, an analysis summary covering the Solana asset-manager positioning family with intent tags (leverage, institutional, open-interest), evidence metadata including assets covered and data policy, a serviceId, dataStatus, signed provenance from edge-agents.ai, a generatedAt timestamp, stated limitations on coverage and freshness, and a schema version — plus a standard disclaimer that output is market research, 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": "solana",
   "intents": [
    "leverage",
    "evidence",
    "institutional",
    "positioning",
    "open-interest",
    "asset-manager"
   ],
   "summary": "Fresh CME Solana Asset Manager Positioning findings appear here."
  },
  "evidence": {
   "assets": [
    "SOL"
   ],
   "policy": "point-in-time",
   "sources": "Reported from the actual live report; never inferred from this example."
  },
  "serviceId": "sol-cftc-asset-manager-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-sol-cftc-asset-manager-positioning-fab7a1db/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)
