Binance Connector JS
    Preparing search index...

    Request parameters for ticker24Hour operation in WebsocketMarketStreamsApi. Ticker24HourRequest

    interface Ticker24HourRequest {
        id?: string;
        symbol: string;
    }
    Index

    Properties

    Properties

    id?: string

    Unique WebSocket request ID.

    WebsocketMarketStreamsApiTicker24Hour

    symbol: string

    The symbol parameter

    WebsocketMarketStreamsApiTicker24Hour