Unnamed service
GET thevaultreport.com/api/x402/comex/deliveries
Why an agent can trust this route.
Sonar evidence is advisory. Paid delivery is shown as verified only when paid probes are available; otherwise route estimates use the unpaid handshake as a clearly labeled proxy.
Observed outcomes
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.
Resource: thevaultreport.com/api/x402/comex/deliveries
Network: eip155:8453 · Asset: 0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913 · Pay to: 0x74500ee8519da3b6bf43642bc06be5874a9ecc99
Payment methods: — · Last validation: 2026-09-14 12:16:06.358+00
{
"input": {
"type": "object",
"required": [
"type",
"method"
],
"properties": {
"type": {
"type": "string",
"const": "http"
},
"method": {
"enum": [
"GET"
],
"type": "string"
},
"queryParams": {
"type": "object",
"properties": {
"to": {
"type": "string",
"format": "date",
"example": "2026-04-30"
},
"from": {
"type": "string",
"format": "date",
"example": "2026-01-01"
},
"page": {
"type": "integer",
"default": 1,
"example": 1,
"minimum": 1
},
"metal": {
"enum": [
"gold",
"silver",
"copper",
"platinum"
],
"type": "string",
"example": "gold"
}
}
}
},
"additionalProperties": false
},
"output": {
"type": "object",
"required": [
"type"
],
"properties": {
"type": {
"type": "string"
},
"example": {
"type": "object",
"required": [
"endpoint",
"rows",
"total_matches"
],
"properties": {
"page": {
"type": "integer"
},
"rows": {
"type": "array",
"items": {
"type": "object",
"properties": {
"metal": {
"type": "string"
},
"stops": {
"type": "number"
},
"issues": {
"type": "number"
},
"house_stops": {
"type": "number"
},
"house_issues": {
"type": "number"
},
"product_code": {
"type": "string"
},
"activity_date": {
"type": "string",
"format": "date"
},
"ounces_issued": {
"type": "number"
},
"report_run_at": {
"type": "number"
},
"contract_month": {
"type": "string"
},
"customer_stops": {
"type": "number"
},
"ounces_stopped": {
"type": "number"
},
"customer_issues": {
"type": "number"
},
"cumulative_issues": {
"type": "number"
}
}
}
},
"source": {
"type": "string"
},
"filters": {
"type": "object",
"description": "Echo of the filters that were applied."
},
"license": {
"type": "string"
},
"related": {
"type": "array",
"items": {
"type": "object"
},
"description": "Sibling endpoints worth buying next."
},
"endpoint": {
"type": "string"
},
"returned": {
"type": "integer"
},
"next_page": {
"type": [
"integer",
"null"
],
"description": "Next page number, or null when this is the last page."
},
"page_size": {
"type": "integer"
},
"source_url": {
"type": "string"
},
"attribution": {
"type": "string"
},
"generated_at": {
"type": "string",
"format": "date-time"
},
"total_matches": {
"type": "integer"
},
"schema_version": {
"type": "integer"
}
}
}
}
},
"paymentRequirements": [
{
"raw": {
"asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
"extra": {
"name": "USD Coin",
"version": "2"
},
"payTo": "0x74500ee8519da3b6bf43642bc06be5874a9ecc99",
"amount": "10000",
"scheme": "exact",
"network": "eip155:8453",
"maxTimeoutSeconds": 300
},
"asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
"payTo": "0x74500ee8519da3b6bf43642bc06be5874a9ecc99",
"scheme": "exact",
"network": "eip155:8453",
"amountAtomic": "10000"
}
]
}Source catalog records are retained separately from live endpoint observations. Sonar score, uptime, and latency are advisory metrics. CDP indexing is not inferred from validation.