Binance Connector JS
    Preparing search index...

    Request parameters for ticker24hr operation in MarketApi. Ticker24hrRequest

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

    Properties

    symbol?: string

    Symbol to query

    MarketApiTicker24hr

    symbols?: string[]

    List of symbols to query

    MarketApiTicker24hr

    MarketApiTicker24hr