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

    Interface PerpetualsWsUpdatesMarketSubscriptionType

    Websocket subscription payload for subscribing to a specific market's updates (orderbook, prices, etc.).

    interface PerpetualsWsUpdatesMarketSubscriptionType {
        market: { marketId: string };
    }
    Index
    market: { marketId: string }

    Market subscription discriminator and payload.

    Type Declaration

    • marketId: string

      Market object ID to subscribe to.