Binance Connector JS
    Preparing search index...

    Request parameters for ticker24hr operation in MarketApi. Ticker24hrRequest

    interface Ticker24hrRequest {
        id?: string;
        symbol?: string;
        symbols?: string[];
        type?: SpotWebsocketAPI.Ticker24hrTypeEnum;
    }
    Index

    Properties

    id?: string

    Unique WebSocket request ID.

    MarketApiTicker24hr

    symbol?: string

    Describe a single symbol

    MarketApiTicker24hr

    symbols?: string[]

    List of symbols to query

    MarketApiTicker24hr

    MarketApiTicker24hr