T

Thevaultreport · Comex Deliveries

by Thevaultreport

GETBase

$0.01

per call · USD Coin on Base

COMEX daily delivery notices: issues and stops with the house-vs-customer split, per CME product and contract month. Read from CME's daily Issues and Stops report and reconciled against its own printed totals. Contract counts are per product, so never sum across product_code -- a micro contract is a tenth or a fifth of the standard one. ounces_issued/ounces_stopped are NULL for copper and aluminium, which are not priced in ounces.

Endpoint

GET https://thevaultreport.com/api/x402/comex/deliveries

12

Calls / 30d

8

Unique payers / 30d

Sep 5

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/comex/deliveries", {
  method: "GET",
});
const data = await res.json();
cURL
curl -X GET \
  "https://thevaultreport.com/api/x402/comex/deliveries?from=2026-01-01&metal=gold&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": "comex/deliveries",
  "filters": {
    "metal": "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": [
    {
      "activity_date": "2026-04-17",
      "contract_month": "2026-06",
      "cumulative_issues": 18400,
      "customer_issues": 1250,
      "customer_stops": 1250,
      "house_issues": 1250,
      "house_stops": 1250,
      "issues": 1250,
      "metal": "GOLD",
      "ounces_issued": 1250,
      "ounces_stopped": 1250,
      "product_code": "CRUDEOIL",
      "report_run_at": 1250,
      "stops": 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 Developer Tools and the homepage with a featured placement.

Get featured →

More from Thevaultreport & similar services