The weekly CFTC Commitments of Traders positioning across major futures markets in one cal
The weekly CFTC Commitments of Traders positioning across major futures markets in one call: for each market the open interest, non-commercial (large speculator) net position and weekly change, and commercial (hedger) net position. Covers equity indices, gold/silver, crude/natural gas, major FX, the 10-year note, and bitcoin. No ticker needed. Sourced from the US CFTC. From x402stock
20000 (raw units)
price
1
calls / 30d
1
unique payers
2026-09-14
updated
Provider
x402stock.xyz · discovered, not yet claimed by its owner
Payment (x402 accepts[])
[
{
"scheme": "exact",
"network": "eip155:8453",
"payTo": "0x3070Fbb3803819fB5BdfE9286fdc6325A877fA85",
"asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
"amount": "20000",
"maxTimeoutSeconds": 300
}
]Output schema
{
"bazaar": {
"info": {
"input": {
"method": "GET",
"queryParams": {},
"type": "http"
},
"output": {
"example": {
"as_of": "2026-06-02T00:00:00.000Z",
"attribution": "Source: U.S. Commodity Futures Trading Commission (CFTC) Commitments of Traders",
"markets": [
{
"commercial_net": -206345,
"contract_code": "088691",
"group": "metals",
"market": "gold",
"name": "Gold",
"noncommercial_net": 176020,
"noncommercial_net_change": 21760,
"open_interest": 326052,
"open_interest_change": -27437,
"report_date": "2026-06-02"
}
],
"report": "legacy_futures_only",
"source": "cftc"
},
"type": "json"
}
},
"schema": {
"$schema": "https://json-schema.org/draft/2020-12/schema",
"properties": {
"input": {
"additionalProperties": false,
"properties": {
"method": {
"enum": [
"GET",
"HEAD",
"DELETE"
],
"type": "string"
},
"queryParams": {
"properties": {},
"type": "object"
},
"type": {
"const": "http",
"type": "string"
}
},
"required": [
"type",
"method"
],
"type": "object"
},
"output": {
"properties": {
"example": {
"$schema": "https://json-schema.org/draft/2020-12/schema",
"additionalProperties": false,
"properties": {
"as_of": {
"anyOf": [
{
"type": "string"
},
{
"type": "null"
}
]
},
"attribution": {
"type": "string"
},
"markets": {
"items": {
"additionalProperties": false,
"properties": {
"commercial_net": {
"anyOf": [
{
"type": "number"
},
{
"type": "null"
}
]
},
"contract_code": {
"type": "string"
},
"group": {
"enum": [
"equity_index",
"metals",
"energy",
"fx",
"rates",
"crypto"
],
"type": "string"
},
"market": {
"type": "string"
},
"name": {
"type": "string"
},
"noncommercial_net": {
"anyOf": [
{
"type": "number"
},
{
"type": "null"
}
]
},
"noncommercial_net_change": {
"anyOf": [
{
"type": "number"
},
{
"type": "null"
}
]
},
"open_interest": {
"anyOf": [
{
"type": "number"
},
{
"type": "null"
}
]
},
"open_interest_change": {
"anyOf": [
{
"type": "number"
},
{
"type": "null"
}
]
},
"report_date": {
"anyOf": [
{
"type": "string"
},
{
"type": "null"
}
]
}
},
"required": [
"market",
"contract_code",
"name",
"group",
"report_date",
"open_interest",
"open_interest_change",
"noncommercial_net",
"noncommercial_net_change",
"commercial_net"
],
"type": "object"
},
"type": "array"
},
"report": {
"type": "string"
},
"source": {
"const": "cftc",
"type": "string"
}
},
"required": [
"source",
"as_of",
"report",
"markets",
"attribution"
],
"type": "object"
},
"type": {
"type": "string"
}
},
"required": [
"type"
],
"type": "object"
}
},
"required": [
"input"
],
"type": "object"
}
}
}Use it
curl
curl "https://x402stock.xyz/api/v1/cot" # -> 402 Payment Required, accepts[] lists how to pay # retry with a PAYMENT-SIGNATURE (or PAYMENT header) once paid
JavaScript
const res = await fetch("https://x402stock.xyz/api/v1/cot");
if (res.status === 402) {
const { accepts } = await res.json();
// pay one of accepts[] via an x402 client, then retry with the payment header
}Python
import httpx
res = httpx.get("https://x402stock.xyz/api/v1/cot")
if res.status_code == 402:
accepts = res.json()["accepts"]
# pay one of accepts[] via an x402 client, then retry with the payment headerMachine-readable
Everything on this page is also available as clean JSON at /resources/5303.json, and this resource appears in /discovery/resources and /discovery/search.