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

    Type Alias ApiPerpetualsAccountOrderHistoryResponse

    ApiPerpetualsAccountOrderHistoryResponse: ApiPerpetualsHistoricalDataWithCursorResponse & {
        orders: PerpetualsAccountOrderHistoryData[];
    }

    Cursor-based response wrapping a list of orders for an account.

    Type Declaration