Binance Connector JS
    Preparing search index...

    Request parameters for subscribeDualInvestmentProducts operation in TradeApi. SubscribeDualInvestmentProductsRequest

    interface SubscribeDualInvestmentProductsRequest {
        autoCompoundPlan: string;
        depositAmount: number;
        id: string;
        orderId: string;
        recvWindow?: number;
    }
    Index

    Properties

    autoCompoundPlan: string

    NONE: switch off the plan, STANDARD:standard plan,ADVANCED:advanced plan

    TradeApiSubscribeDualInvestmentProducts

    depositAmount: number

    the amount for subscribing

    TradeApiSubscribeDualInvestmentProducts

    id: string

    get id from /sapi/v1/dci/product/list

    TradeApiSubscribeDualInvestmentProducts

    orderId: string

    get orderId from /sapi/v1/dci/product/list

    TradeApiSubscribeDualInvestmentProducts

    recvWindow?: number

    The value cannot be greater than 60000

    TradeApiSubscribeDualInvestmentProducts