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

    Unique WebSocket request ID.

    GeneralApiExchangeInfo

    permissions?: string[]

    GeneralApiExchangeInfo

    showPermissionSets?: boolean

    GeneralApiExchangeInfo

    symbol?: string

    Describe a single symbol

    GeneralApiExchangeInfo

    symbols?: string[]

    List of symbols to query

    GeneralApiExchangeInfo

    GeneralApiExchangeInfo