Skip to main content

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.

Source OpenAPI: 0xArchive API 1.5.0; 116 paths; 90 component schemas. Empirical data cadence measurement based on last 7 days of data

Required Fields

FieldTypeDescription
median_interval_secondsnumberMedian interval between consecutive records in seconds
p95_interval_secondsnumber95th percentile interval between consecutive records in seconds
sample_countinteger:int64Number of intervals sampled for this measurement

JSON Schema

{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "DataCadence",
  "description": "Empirical data cadence measurement based on last 7 days of data",
  "type": "object",
  "required": [
    "median_interval_seconds",
    "p95_interval_seconds",
    "sample_count"
  ],
  "properties": {
    "median_interval_seconds": {
      "description": "Median interval between consecutive records in seconds",
      "type": "number"
    },
    "p95_interval_seconds": {
      "description": "95th percentile interval between consecutive records in seconds",
      "type": "number"
    },
    "sample_count": {
      "description": "Number of intervals sampled for this measurement",
      "type": "integer",
      "format": "int64"
    }
  }
}

Referenced By

No route references were found in OpenAPI.
Last modified on May 18, 2026