# CFTC COT Top Movers – Week-over-Week Positioning Shifts

> CFTC COT Top Movers – Week-over-Week Positioning Shifts is a paid API for AI agents from api.nimatron.com, paid per call via x402, $0.5/call, status unknown (last checked 2026-09-13).

Returns the biggest week-over-week speculator positioning shifts across all 438 CFTC markets, normalized by open interest and ranked by magnitude.

## Facts

- Endpoint: GET https://api.nimatron.com/v1/cot/moves
- Price: $0.5/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-13
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/cftc-cot-top-movers-week-over-week-positioning-shifts-3fdc89e9
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_YXeHYmktDORJgzKJBeoKM

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 cftc-cot-top-movers-week-over-week-positioning-shifts-3fdc89e9
```

Example prompt: Show me the top 15 CFTC markets where speculator positioning shifted the most this week, normalized by open interest — I want to see where fast money moved hardest.

## When to prefer this

Use this endpoint when you need a broad cross-market scan to identify where speculator momentum is highest or most unusual this week. Prefer it over the single-market COT endpoint when you want to screen all 438 CFTC markets simultaneously and surface outliers ranked by normalized positioning shift rather than looking up a specific market.

## Known failure modes

- top parameter outside 5–50 range returns validation error
- stale data if CFTC release is delayed on holiday weeks
- empty or partial results if weekly COT data has not yet been published
- rate limit or 402 payment required if USDC payment not attached

## How this service works

Biggest week-over-week speculator positioning shifts across all 438 CFTC markets, normalized by open interest. Shows where fast money moved this week, ranked.

## Output

A ranked list of up to 50 CFTC futures markets showing week-over-week speculator positioning shifts normalized by open interest, sorted by magnitude — identifying which markets saw the biggest relative moves by fast money this week.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "$schema": "https://json-schema.org/draft/2020-12/schema",
 "required": [
  "input"
 ],
 "properties": {
  "input": {
   "type": "object",
   "required": [
    "type",
    "method"
   ],
   "properties": {
    "type": {
     "type": "string",
     "const": "http"
    },
    "method": {
     "enum": [
      "GET",
      "HEAD",
      "DELETE"
     ],
     "type": "string"
    },
    "queryParams": {
     "type": "object",
     "properties": {
      "top": {
       "type": "integer",
       "description": "How many top movers to return, 5-50. Default 20."
      }
     }
    }
   },
   "additionalProperties": false
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/cftc-cot-top-movers-week-over-week-positioning-shifts-3fdc89e9/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from api.nimatron.com](https://www.zero.xyz/host/api.nimatron.com/llms.txt)
