aftermath-ts-sdk - v3.3.3
    Preparing search index...

    Interface ApiPerpetualsHistoricalDataWithCursorResponse

    Generic shape for Perpetuals API historical data responses that include nextBeforeTimestampCursor pagination parameter.

    interface ApiPerpetualsHistoricalDataWithCursorResponse {
        nextBeforeTimestampCursor: number | undefined;
    }
    Index
    nextBeforeTimestampCursor: number | undefined

    The next cursor position. If undefined, no more data is available.