Binance Connector JS
    Preparing search index...

    Request parameters for markPriceOfAllSymbolsOfAPair operation in Api. MarkPriceOfAllSymbolsOfAPairRequest

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

    Properties

    Properties

    id?: string

    Unique WebSocket request ID.

    ApiMarkPriceOfAllSymbolsOfAPair

    pair: string

    The pair parameter

    ApiMarkPriceOfAllSymbolsOfAPair

    updateSpeed?: UPDATE_SPEED_1s

    WebSocket stream update speed

    ApiMarkPriceOfAllSymbolsOfAPair