Binance Connector JS
    Preparing search index...

    ExchangeInfoResponse

    interface ExchangeInfoResponse {
        symbols?: StocksRestAPI.ExchangeInfoResponseSymbolsInner[];
        timezone?: string;
    }
    Index

    Properties

    Properties

    List of tradable symbols with trading rules.

    ExchangeInfoResponse

    timezone?: string

    Always UTC.

    ExchangeInfoResponse