{
  "x402Version": 2,
  "id": 4554,
  "slug": "4554",
  "resource": "https://thevaultreport.com/api/x402/comex/deliveries",
  "description": "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.",
  "type": "http",
  "accepts": [
    {
      "scheme": "exact",
      "network": "eip155:8453",
      "payTo": "0x74500ee8519da3b6bf43642bc06be5874a9ecc99",
      "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
      "amount": "10000",
      "maxTimeoutSeconds": 300
    }
  ],
  "outputSchema": {
    "bazaar": {
      "info": {
        "input": {
          "method": "GET",
          "queryParams": {
            "from": "2026-01-01",
            "metal": "gold",
            "page": 1,
            "to": "2026-04-30"
          },
          "type": "http"
        },
        "output": {
          "example": {
            "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
          },
          "type": "json"
        }
      },
      "schema": {
        "$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"
      }
    }
  },
  "tags": [
    "bazaar"
  ],
  "sourceHost": "thevaultreport.com",
  "lastUpdated": "2026-09-17T03:53:41.528Z",
  "quality": {
    "calls30d": 11,
    "uniquePayers30d": 9,
    "lastCalledAt": "2026-09-17T03:53:41.23Z"
  },
  "liveness": {},
  "verified": false,
  "featured": false,
  "provider": {
    "host": "thevaultreport.com",
    "manifest_name": "thevaultreport.com",
    "source": "cdp-mirror",
    "source_manifest_url": "https://api.cdp.coinbase.com/platform/v2/x402/discovery/resources",
    "submitted_at": "2026-09-18T22:00:31.484Z"
  }
}