Binance Connector JS
    Preparing search index...

    Interface ExchangeInfoRequest

    Request parameters for exchangeInfo operation in GeneralApi. ExchangeInfoRequest

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

    Properties

    GeneralApiExchangeInfo

    showPermissionSets?: boolean

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

    GeneralApiExchangeInfo

    symbol?: string

    GeneralApiExchangeInfo

    symbols?: string[]

    GeneralApiExchangeInfo

    Filters for symbols that have this tradingStatus. Cannot be used in combination with symbols or symbol.

    GeneralApiExchangeInfo