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

    Interface PerpetualsWsUpdatesOracleSubscriptionType

    Websocket subscription payload for market oracle price updates.

    interface PerpetualsWsUpdatesOracleSubscriptionType {
        oracle: { marketId: string };
    }
    Index
    oracle: { marketId: string }

    Oracle subscription discriminator and payload.

    Type Declaration

    • marketId: string

      Market object ID whose oracle updates are streamed.