Binance Connector JS
    Preparing search index...

    Request parameters for markPriceOfAllSymbolsOfAPair operation in WebsocketMarketStreamsApi. MarkPriceOfAllSymbolsOfAPairRequest

    interface MarkPriceOfAllSymbolsOfAPairRequest {
        id?: string;
        pair: string;
        updateSpeed?: string;
    }
    Index

    Properties

    Properties

    id?: string

    Unique WebSocket request ID.

    WebsocketMarketStreamsApiMarkPriceOfAllSymbolsOfAPair

    pair: string

    The pair parameter

    WebsocketMarketStreamsApiMarkPriceOfAllSymbolsOfAPair

    updateSpeed?: string

    WebSocket stream update speed

    WebsocketMarketStreamsApiMarkPriceOfAllSymbolsOfAPair