Skip to main content
Source OpenAPI: 0xArchive API 1.5.0; 140 paths; 119 component schemas. Public lightweight API/site statistics.

Required Fields

No required fields are declared on this component schema.

JSON Schema

{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "StatsResponse",
  "description": "Public lightweight API/site statistics.",
  "type": "object",
  "properties": {
    "l4_open_orders": {
      "description": "Current L4 open-order count used by public status/product surfaces.",
      "type": "integer",
      "format": "int64",
      "example": 1234567
    }
  },
  "additionalProperties": true
}

Referenced By

Last modified on June 19, 2026