@cfxlabsinc/b2b-services
    Preparing search index...

    Full searchTimeseriesAggregate return item shape (pre-serialization).

    type SolanaBalanceTimeseriesItem = {
        aggregate: BigNumber;
        localDate: string;
        timestamp: Date;
    }
    Index

    Properties

    aggregate: BigNumber
    localDate: string

    Date string (YYYY-MM-DD) in the requested timezone

    timestamp: Date