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

    Websocket payload for user account and special-order (stop and TWAP order) updates.

    interface PerpetualsWsUpdatesUserPayload {
        account: PerpetualsAccountObject;
        stopOrders: PerpetualsStopOrderData[] | undefined;
        twapOrders: PerpetualsTwapOrderData[] | undefined;
    }
    Index

    Current account snapshot.

    stopOrders: PerpetualsStopOrderData[] | undefined

    Stop-order records when the subscription requested them.

    twapOrders: PerpetualsTwapOrderData[] | undefined

    TWAP-order records when the subscription requested them.