> ## Documentation Index
> Fetch the complete documentation index at: https://docs.0xarchive.io/llms.txt
> Use this file to discover all available pages before exploring further.

# StatsResponse Schema

> Public lightweight API/site statistics. Includes generated fields, route metadata, response shapes, and implementation-safe 0xArchive contract details.

Source OpenAPI: 0xArchive API 1.6.1; 147 paths; 128 component schemas.

Public lightweight API/site statistics.

## Required Fields

No required fields are declared on this component schema.

## JSON Schema

```json theme={"theme":"github-dark"}
{
  "$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

* [GET /v1/stats](/schemas/operations/get-public-stats)
