# x402stock COT (Commitment of Traders) Data via ZeroClick

> x402stock COT (Commitment of Traders) Data via ZeroClick is a paid API for AI agents from agents.x402stock.xyz, paid per call via x402, $0.01/call, status unknown (last checked 2026-09-15).

Returns CFTC Commitment of Traders report data for a specified futures market, showing positioning by trader category

## Facts

- Endpoint: GET https://agents.x402stock.xyz/api/v1/cot/%7Bmarket%7D
- Price: $0.01/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/x402stock-cot-commitment-of-traders-data-via-zeroclick-dad6f8be
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_N_eTm6q1QDNDjRm9GwRE9

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 x402stock-cot-commitment-of-traders-data-via-zeroclick-dad6f8be
```

Example prompt: Pull the latest Commitment of Traders report for crude oil futures so I can see how commercial hedgers and speculators are positioned right now.

## When to prefer this

Choose this endpoint when you need CFTC Commitment of Traders positioning data for a specific futures market — particularly useful for gauging sentiment divergence between commercial hedgers and speculators in commodities, forex, or financial futures. It pairs well with price and macro data from the same x402stock platform for a complete picture.

## Known failure modes

- Invalid or unsupported market identifier returns 404 or empty result
- CFTC data not yet updated for the current week (released Fridays) may return prior week data
- Payment failure in USDC via x402 blocks the request
- Rate limiting if the same account exceeds free included units

## How this service works

Market and economic data for AI agents — US stocks, ETFs and options, forex, crypto and on-chain perps, energy commodities (crude, natural gas, gasoline), US and global macro (Fed funds, CPI/PCE, jobs, GDP, Treasury debt & yields, World Bank indicators), SEC filings, congressional trades, and market sentiment. No API keys, no accounts. Pay per request in USDC via x402 or MPP. This server is a pay-per-use, transparent proxy in front of x402stock's own API: it handles identity, payment, and proxying. Agents can purchase autonomously or with their human's approval. This document is the source of truth for agents: it lists the complete verified paid surface with each operation's live price in its x-payment-info. Endpoints not listed here are not part of the supported catalog. The live catalog at /manifest.json is authoritative for prices and any free included units (prices[].includedUnits) - some meters include free usage per account before any charge.

## Output

Structured COT report data for the requested futures market, including long and short positions broken down by trader category (commercial hedgers, non-commercial speculators, non-reportable), net positioning, and open interest figures, typically sourced from the latest available CFTC weekly release.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "properties": {
   "type": "string"
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/x402stock-cot-commitment-of-traders-data-via-zeroclick-dad6f8be/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from agents.x402stock.xyz](https://www.zero.xyz/host/agents.x402stock.xyz/llms.txt)
