glassnode-api - v0.29.3
    Preparing search index...

    Type Alias MetricLagEntry

    MetricLagEntry: {
        resolution: Record<
            string,
            { p50?: number; p90?: number; p95?: number; p99?: number },
        >;
        unit: string;
        window: string;
    }

    Metric lag entry type

    Type Declaration

    • resolution: Record<string, { p50?: number; p90?: number; p95?: number; p99?: number }>

      Lag percentiles keyed by resolution interval

    • unit: string

      Unit of the lag percentile durations in resolution (e.g. "seconds")

    • window: string

      Time window over which the stats are computed (e.g. "30d")