Binance Connector JS
    Preparing search index...

    Request parameters for changeAutoCompoundStatus operation in TradeApi. ChangeAutoCompoundStatusRequest

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

    Properties

    autoCompoundPlan?: string

    TradeApiChangeAutoCompoundStatus

    positionId: string

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

    TradeApiChangeAutoCompoundStatus

    recvWindow?: number

    The value cannot be greater than 60000

    TradeApiChangeAutoCompoundStatus