Binance Connector JS
    Preparing search index...

    Request parameters for investmentPlanAdjustment operation in TradeApi. InvestmentPlanAdjustmentRequest

    interface InvestmentPlanAdjustmentRequest {
        details: InvestmentPlanAdjustmentDetailsParameterInner[];
        flexibleAllowedToUse?: boolean;
        planId: number;
        recvWindow?: number;
        sourceAsset: string;
        subscriptionAmount: number;
        subscriptionCycle: string;
        subscriptionStartTime: number;
    }
    Index

    Properties

    sum(all node's percentage) == 100,sum(all node's percentage) == 100, When input request parameter, each entry should be like details[0].targetAsset=BTC, Example of the request parameter array:

    TradeApiInvestmentPlanAdjustment

    flexibleAllowedToUse?: boolean

    true/false;true: using flexible wallet

    TradeApiInvestmentPlanAdjustment

    planId: number

    Plan identifier

    TradeApiInvestmentPlanAdjustment

    recvWindow?: number

    no more than 60000

    TradeApiInvestmentPlanAdjustment

    sourceAsset: string

    e.g “USDT”

    TradeApiInvestmentPlanAdjustment

    subscriptionAmount: number

    TradeApiInvestmentPlanAdjustment

    subscriptionCycle: string

    "H1", "H4", "H8","H12", "WEEKLY","DAILY","MONTHLY","BI_WEEKLY"

    TradeApiInvestmentPlanAdjustment

    subscriptionStartTime: number

    “0,1,2,3,4,5,6,7,8,..23”;Must be sent in form of UTC+0

    TradeApiInvestmentPlanAdjustment