T

Thevaultreport · COT Positioning

by Thevaultreport

GETBase

$0.01

per call · USD Coin on Base

CFTC Commitments of Traders — weekly disaggregated futures positioning by commodity: managed-money long/short/net, producer-merchant, swap-dealer, and open interest. 20-year history, cleaned and canonicalized from the CFTC feed. Filter by commodity (gold/silver/copper/platinum/palladium/wti_crude).

Endpoint

GET https://thevaultreport.com/api/x402/cot/positioning

7

Calls / 30d

5

Unique payers / 30d

Sep 9

Last called

exact

Payment scheme

Call this service

TypeScript · @x402/fetch
import { wrapFetchWithPayment } from "@x402/fetch";
import { privateKeyToAccount } from "viem/accounts";

const account = privateKeyToAccount(process.env.PRIVATE_KEY);
const fetchWithPay = wrapFetchWithPayment(fetch, account);

const res = await fetchWithPay("https://thevaultreport.com/api/x402/cot/positioning", {
  method: "GET",
});
const data = await res.json();
cURL
curl -X GET \
  "https://thevaultreport.com/api/x402/cot/positioning?commodity=gold&from=2026-01-01&page=1&to=2026-04-30" \
  -H "X-PAYMENT: <signed x402 payment>"

Example response

{
  "attribution": "Attribute to The Vault Report with a link to https://thevaultreport.com",
  "endpoint": "cot/positioning",
  "filters": {
    "commodity": "gold"
  },
  "generated_at": "2026-04-18T14:00:00Z",
  "license": "CC BY 4.0",
  "next_page": 2,
  "page": 1,
  "page_size": 25,
  "related": [],
  "returned": 1,
  "rows": [
    {
      "commodity": "GOLD",
      "contract_code": "088691",
      "managed_money_long": 1250,
      "managed_money_net": 1250,
      "managed_money_short": 1250,
      "open_interest": 418200,
      "producer_merchant_long": 1250,
      "producer_merchant_short": 1250,
      "report_date": "2026-04-17",
      "swap_long": 1250,
      "swap_short": 1250
    }
  ],
  "schema_version": 1,
  "source": "The Vault Report",
  "source_url": "https://thevaultreport.com",
  "total_matches": 1482
}

Payment details

Pay to0x74500ee8519da3b6bf43642bc06be5874a9ecc99
AssetUSD Coin · 0x833589fcd6edb6e08f4c7c32d4f71b54bda02913
NetworksBase
Schemesexact

Is this your API?

Pin it to the top of Other and the homepage with a featured placement.

Get featured →

More from Thevaultreport & similar services