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

    Interface ApiPerpetualsHistoricalDataWithCursorBody

    Generic shape for Perpetuals API historical data requests that include beforeTimestampCursor and limit pagination parameters.

    interface ApiPerpetualsHistoricalDataWithCursorBody {
        beforeTimestampCursor?: number;
        limit?: number;
    }
    Index
    beforeTimestampCursor?: number

    Cursor for pagination.

    limit?: number

    Limit for pagination.