Nado Typescript SDK Documentation
    Preparing search index...

    Interface GetIndexerMarketSnapshotsParams

    Market snapshots

    interface GetIndexerMarketSnapshotsParams {
        granularity: number;
        maxTimeInclusive?: number;
        limit: number;
        productIds?: number[];
    }

    Hierarchy (View Summary)

    Index

    Properties

    granularity: number

    Currently accepts all integers, in seconds

    maxTimeInclusive?: number

    Optional upper bound for snapshot timestamps (in seconds). Without this, snapshots will default to align with last UTC midnight, which can make "Last 24h" metrics inaccurate.

    limit: number
    productIds?: number[]