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

    Variable TimeSeriesObjectPointSchemaConst

    TimeSeriesObjectPointSchema: ZodObject<TimeSeriesObjectPoint> = ...

    One point of an object-valued metric time series: { t, o }, where o maps names to numbers — e.g. { o, h, l, c } for /market/price_usd_ohlc, or one entry per exchange/cohort for breakdown metrics.

    • t — timestamp in unix seconds (see TimeSeriesPointSchema).
    • o — any keys (new keys never fail validation), each a number or null.

    Extra fields on a point are tolerated (stripped from the result). Metrics whose o values are nested objects or arrays need a schema of your own.