Nado Typescript SDK Documentation
    Preparing search index...

    Interface IndexerServerMarketSnapshotInterval

    Market snapshots

    interface IndexerServerMarketSnapshotInterval {
        count: number;
        granularity: number;
        max_time?: string;
    }
    Index

    Properties

    count: number
    granularity: number
    max_time?: string