COMEX daily delivery notices
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.
Answeringour last check, 2026-09-24
1 of 1checks answered this week
656 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/deliveries
| Category | Commerce and shopping |
|---|---|
| Provider host | thevaultreport.com |
| Networks | eip155:8453 |
| Payment schemes | exact |
| Self-reported calls, 30 days | 8 from 8 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 | 656 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"
},
"contract_month": {
"type": "string"
},
"cumulative_issues": {
"type": "number"
},
"customer_issues": {
"type": "number"
},
"customer_stops": {
"type": "number"
},
"house_issues": {
"type": "number"
},
"house_stops": {
"type": "number"
},
"issues": {
"type": "number"
},
"metal": {
"type": "string"
},
"ounces_issued": {
"type": "number"
},
"ounces_stopped": {
"type": "number"
},
"product_code": {
"type": "string"
},
"report_run_at": {
"type": "number"
},
"stops": {
"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"
}