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

    Interface PerpetualsWsUpdatesOrderbookSubscriptionType

    Websocket subscription payload for orderbook updates.

    interface PerpetualsWsUpdatesOrderbookSubscriptionType {
        orderbook: { marketId: string };
    }
    Index
    orderbook: { marketId: string }

    Orderbook subscription discriminator and payload.

    Type Declaration

    • marketId: string

      Market object ID whose orderbook updates are streamed.