ToolAssay

CFTC Commitments of Traders positioning for a market (?market=<name>)

CFTC Commitments of Traders positioning for a market (?market=<name>)

Answeringour last check, 2026-09-24
1 of 1checks answered this week
725 msmedian answer time
$0.05listed price per call
$0.05price it asked us

Paid test badge: not yet. The checks above are free: we call the tool without paying and read the payment request it sends back. The Verified badge needs paid calls whose answers match the promised output, and nobody can buy a badge.

Endpoint

GET https://cot.lonestaroracle.xyz/cot

CategoryMarket data
Provider hostcot.lonestaroracle.xyz
Networkseip155:8453, solana:5eykt4UsFv8P8NJdTREpY1vzqKqZKvdp
Payment schemesexact
Self-reported calls, 30 days3 from 1 payers (the provider's figure, not ours)

Our checks, last 30 days

DayResultHTTPAskedTime
2026-09-24 valid payment request 402$0.05 725 ms

Example input (from the provider)

{
  "method": "GET",
  "queryParams": {
    "market": "gold"
  },
  "type": "http"
}

Promised output schema (from the provider)

{
  "category": "markets",
  "description": "CFTC Commitments of Traders positioning made agent-callable. One x402 call takes a futures market (crude, gold, silver, copper, natgas, corn, wheat, soybeans, sp500, nasdaq, euro, yen, pound, bitcoin, 10y, bonds, sofr...) and returns a positioning signal (Crowded Long / Lean Long / Neutral / Lean Short / Crowded Short) driven by where the large speculators' net position sits versus its own 3-year history \u2014 the classic contrarian read (a crowded long often precedes mean-reversion; a crowded short often precedes a squeeze). Returns large-spec long/short/net with the 3-year percentile, the commercial (hedger) net on the other side, small-trader net, week-over-week change and open interest. The TradFi/commodity-futures analog of the FundingRates / OpenInterest positioning cluster, served pay-per-call. $0.05 in USDC on Base via x402. Source: CFTC Public Reporting, Legacy Futures-Only report (free/public). Released weekly for the prior Tuesday.",
  "name": "COT",
  "properties": {
    "input": {
      "properties": {
        "method": {
          "enum": [
            "GET",
            "HEAD",
            "DELETE"
          ],
          "type": "string"
        },
        "queryParams": {
          "properties": {
            "market": {
              "description": "Futures market to read. Friendly names accepted: crude, gold, silver, copper, natgas, corn, wheat, soybeans, sugar, coffee, cattle, sp500, nasdaq, russell, vix, euro, yen, pound, cad, aud, dollar, bitcoin, ether, 10y, 5y, bonds, sofr. Aliases: commodity, symbol, m.",
              "example": "gold",
              "type": "string"
            }
          },
          "type": "object"
        },
        "type": {
          "const": "http",
          "type": "string"
        }
      },
      "required": [
        "type",
        "method"
      ],
      "type": "object"
    },
    "output": {
      "properties": {
        "example": {
          "commercials": {
            "long": 480000,
            "net": 80000,
            "net_pct_oi": 9.8,
            "note": "commercials = hedgers/producers; typically the opposite side of large specs",
            "short": 400000
          },
          "cot_signal": "Crowded Short (contrarian bullish)",
          "history_weeks": 160,
          "interpretation": "Large speculators are net short near a 3-year extreme (0.9th pct) \u2014 a crowded short that often precedes a squeeze/bounce.",
          "large_specs": {
            "long": 120000,
            "net": -72447,
            "net_pct_oi": -8.8,
            "net_percentile_3y": 0.9,
            "net_wow_change": -8100,
            "short": 192447
          },
          "market": "EURO FX - CHICAGO MERCANTILE EXCHANGE",
          "oi_wow_change": 12000,
          "open_interest": 819806,
          "query": "euro",
          "report_date": "2026-07-28",
          "small_traders": {
            "net": -7553,
            "net_pct_oi": -0.9
          },
          "source": "CFTC Commitments of Traders (publicreporting.cftc.gov)"
        },
        "type": {
          "type": "string"
        }
      },
      "required": [
        "type"
      ],
      "type": "object"
    }
  },
  "required": [
    "input"
  ],
  "tags": [
    "cot",
    "futures",
    "positioning",
    "commitments-of-traders",
    "commodities"
  ],
  "type": "object",
  "version": "1.0.0"
}

This page as JSON