Binance Connector JS
    Preparing search index...

    Interface WebsocketSendMsgConfig

    interface WebsocketSendMsgConfig {
        isSessionLogon?: boolean;
        isSessionLogout?: boolean;
        isSigned?: boolean;
        withApiKey?: boolean;
    }
    Index

    Properties

    isSessionLogon?: boolean
    isSessionLogout?: boolean
    isSigned?: boolean
    withApiKey?: boolean