Binance Connector JS
    Preparing search index...

    TradeApi - interface TradeApi

    interface TradeApiInterface {
        changeAutoCompoundStatus(
            requestParameters: ChangeAutoCompoundStatusRequest,
        ): Promise<RestApiResponse<ChangeAutoCompoundStatusResponse>>;
        checkDualInvestmentAccounts(
            requestParameters?: CheckDualInvestmentAccountsRequest,
        ): Promise<RestApiResponse<CheckDualInvestmentAccountsResponse>>;
        getDualInvestmentPositions(
            requestParameters?: GetDualInvestmentPositionsRequest,
        ): Promise<RestApiResponse<GetDualInvestmentPositionsResponse>>;
        subscribeDualInvestmentProducts(
            requestParameters: SubscribeDualInvestmentProductsRequest,
        ): Promise<RestApiResponse<SubscribeDualInvestmentProductsResponse>>;
    }

    Implemented by

    Index

    Methods