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

    Interface PerpetualsWsUpdatesMarketOrdersSubscriptionType

    Websocket subscription payload for market orders stream.

    interface PerpetualsWsUpdatesMarketOrdersSubscriptionType {
        marketOrders: { marketId: string };
    }
    Index
    marketOrders: { marketId: string }

    Market-order subscription discriminator and payload.

    Type Declaration

    • marketId: string

      Market object ID whose order history is streamed.