$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/deliveries12
Calls / 30d
8
Unique payers / 30d
Sep 5
Last called
exact
Payment scheme
Call this service
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 -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
0x74500ee8519da3b6bf43642bc06be5874a9ecc99USD Coin · 0x833589fcd6edb6e08f4c7c32d4f71b54bda02913Is this your API?
Pin it to the top of Developer Tools and the homepage with a featured placement.
More from Thevaultreport & similar services
Thevaultreport · COT Positioning
thevaultreport.com
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).
Thevaultreport · Comex Warehouse
thevaultreport.com
COMEX warehouse inventory: registered, eligible and total levels plus the per-depository breakdown, by metal and date. Quantities are in CME's reporting unit per metal: troy ounces for gold/silver/platinum/palladium, SHORT TONS for copper, metric tonnes for aluminum/zinc/lead. Extracted from CME's daily warehouse PDFs.
Thevaultreport · Anomalies
thevaultreport.com
Ranked market anomalies: every tracked precious-metals and energy series scored by how far its latest reading sits from its own history — a composite of level extremity, 30-day z-score, and move velocity — sorted most-abnormal-first with record context. One call returns a scored anomaly watchlist that the free /snapshot omits. Optional ?limit=N for the top-N.