T

Thevaultreport · Comex Warehouse

by Thevaultreport

GETBase

$0.01

per call · USD Coin on Base

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.

Endpoint

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

7

Calls / 30d

5

Unique payers / 30d

Sep 3

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/warehouse", {
  method: "GET",
});
const data = await res.json();
cURL
curl -X GET \
  "https://thevaultreport.com/api/x402/comex/warehouse?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/warehouse",
  "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",
      "eligible_adjustment_qty": 11200000,
      "eligible_qty": 11200000,
      "metal": "GOLD",
      "pledged_qty": 11200000,
      "received_qty": 11200000,
      "registered_adjustment_qty": 11200000,
      "registered_qty": 11200000,
      "total_adjustment_qty": 11200000,
      "total_qty": 11200000,
      "warehouse_breakdown": {
        "warehouses": [
          {
            "eligible": 1830000,
            "name": "Brink's",
            "registered": 4210000
          },
          {
            "eligible": 2410000,
            "name": "JPMorgan",
            "registered": 6990000
          }
        ]
      },
      "withdrawn_qty": 11200000
    }
  ],
  "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