Binance Connector JS
    Preparing search index...

    Request parameters for exchangeInfo operation in GeneralApi. ExchangeInfoRequest

    interface ExchangeInfoRequest {
        id?: string;
        permissions?: string[];
        showPermissionSets?: boolean;
        symbol?: string;
        symbols?: string[];
        symbolStatus?: SpotWebsocketAPI.ExchangeInfoSymbolStatusEnum;
    }
    Index

    Properties

    id?: string

    Client-generated request identifier.

    GeneralApiExchangeInfo

    permissions?: string[]

    Filter symbols by permissions

    GeneralApiExchangeInfo

    showPermissionSets?: boolean

    Controls whether the content of the permissionSets field is populated or not. Defaults to true.

    GeneralApiExchangeInfo

    symbol?: string

    Describe a single symbol

    GeneralApiExchangeInfo

    symbols?: string[]

    Describe multiple symbols

    GeneralApiExchangeInfo

    Filters for symbols that have this tradingStatus. Valid values: TRADING, HALT, BREAK. Cannot be used in combination with symbol or symbols.

    GeneralApiExchangeInfo