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

    Variable LagPercentilesSchemaConst

    LagPercentilesSchema: ZodObject<LagPercentiles> = ...

    Lag percentiles schema (p50/p90/p95/p99 for one resolution).

    Each value is a duration — how far the metric's data lags behind — in the unit of the enclosing MetricLagEntrySchema entry (e.g. "seconds"), not a unix timestamp: do not convert it with new Date(p * 1000).

    Each percentile is optional: if the API omits one for a resolution, the rest of the stats still parse and the missing percentile is undefined.