COMEX warehouse inventory
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.
Answeringour last check, 2026-09-24
1 of 1checks answered this week
343 msmedian answer time
$0.01listed price per call
$0.01price it asked us
Paid test badge: not yet. The checks above are free: we call the tool without paying and read the payment request it sends back. The Verified badge needs paid calls whose answers match the promised output, and nobody can buy a badge.
Endpoint
GET https://thevaultreport.com/api/x402/comex/warehouse
| Category | Everything else |
|---|---|
| Provider host | thevaultreport.com |
| Networks | eip155:8453 |
| Payment schemes | exact |
| Self-reported calls, 30 days | 6 from 5 payers (the provider's figure, not ours) |
Our checks, last 30 days
| Day | Result | HTTP | Asked | Time |
|---|---|---|---|---|
| 2026-09-24 | valid payment request | 402 | $0.01 | 343 ms |
Example input (from the provider)
{
"method": "GET",
"queryParams": {
"from": "2026-01-01",
"metal": "gold",
"page": 1,
"to": "2026-04-30"
},
"type": "http"
}
Promised output schema (from the provider)
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"properties": {
"input": {
"additionalProperties": false,
"properties": {
"method": {
"enum": [
"GET"
],
"type": "string"
},
"queryParams": {
"properties": {
"from": {
"example": "2026-01-01",
"format": "date",
"type": "string"
},
"metal": {
"enum": [
"gold",
"silver",
"copper",
"platinum"
],
"example": "gold",
"type": "string"
},
"page": {
"default": 1,
"example": 1,
"minimum": 1,
"type": "integer"
},
"to": {
"example": "2026-04-30",
"format": "date",
"type": "string"
}
},
"type": "object"
},
"type": {
"const": "http",
"type": "string"
}
},
"required": [
"type",
"method"
],
"type": "object"
},
"output": {
"properties": {
"example": {
"properties": {
"attribution": {
"type": "string"
},
"endpoint": {
"type": "string"
},
"filters": {
"description": "Echo of the filters that were applied.",
"type": "object"
},
"generated_at": {
"format": "date-time",
"type": "string"
},
"license": {
"type": "string"
},
"next_page": {
"description": "Next page number, or null when this is the last page.",
"type": [
"integer",
"null"
]
},
"page": {
"type": "integer"
},
"page_size": {
"type": "integer"
},
"related": {
"description": "Sibling endpoints worth buying next.",
"items": {
"type": "object"
},
"type": "array"
},
"returned": {
"type": "integer"
},
"rows": {
"items": {
"properties": {
"activity_date": {
"format": "date",
"type": "string"
},
"eligible_adjustment_qty": {
"type": "number"
},
"eligible_qty": {
"type": "number"
},
"metal": {
"type": "string"
},
"pledged_qty": {
"type": "number"
},
"received_qty": {
"type": "number"
},
"registered_adjustment_qty": {
"type": "number"
},
"registered_qty": {
"type": "number"
},
"total_adjustment_qty": {
"type": "number"
},
"total_qty": {
"type": "number"
},
"warehouse_breakdown": {
"description": "Per-depository detail: {\"warehouses\": [{\"name\", \"registered\", \"eligible\", ...}]}.",
"properties": {
"warehouses": {
"items": {
"properties": {
"eligible": {
"type": "number"
},
"name": {
"type": "string"
},
"registered": {
"type": "number"
}
},
"type": "object"
},
"type": "array"
}
},
"type": "object"
},
"withdrawn_qty": {
"type": "number"
}
},
"type": "object"
},
"type": "array"
},
"schema_version": {
"type": "integer"
},
"source": {
"type": "string"
},
"source_url": {
"type": "string"
},
"total_matches": {
"type": "integer"
}
},
"required": [
"endpoint",
"rows",
"total_matches"
],
"type": "object"
},
"type": {
"type": "string"
}
},
"required": [
"type"
],
"type": "object"
}
},
"required": [
"input"
],
"type": "object"
}