Binance Connector JS
    Preparing search index...

    Request parameters for changeAutoCompoundStatus operation in TradeApi. ChangeAutoCompoundStatusRequest

    interface ChangeAutoCompoundStatusRequest {
        autoCompoundPlan: ChangeAutoCompoundStatusAutoCompoundPlanEnum;
        positionId: string;
        recvWindow?: number | bigint;
    }
    Index

    Properties

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

    TradeApiChangeAutoCompoundStatus

    positionId: string

    Get positionId from /sapi/v1/dci/product/positions

    TradeApiChangeAutoCompoundStatus

    recvWindow?: number | bigint

    Request validity window in milliseconds

    TradeApiChangeAutoCompoundStatus