Binance Connector JS
    Preparing search index...

    Request parameters for setMarketMakerProtectionConfig operation in MarketMakerEndpointsApi. SetMarketMakerProtectionConfigRequest

    interface SetMarketMakerProtectionConfigRequest {
        deltaLimit?: number;
        frozenTimeInMilliseconds?: number;
        qtyLimit?: number;
        recvWindow?: number;
        underlying?: string;
        windowTimeInMilliseconds?: number;
    }
    Index

    Properties

    deltaLimit?: number

    net delta limit

    MarketMakerEndpointsApiSetMarketMakerProtectionConfig

    frozenTimeInMilliseconds?: number

    MMP frozen time in milliseconds, if set to 0 manual reset is required

    MarketMakerEndpointsApiSetMarketMakerProtectionConfig

    qtyLimit?: number

    quantity limit

    MarketMakerEndpointsApiSetMarketMakerProtectionConfig

    recvWindow?: number

    MarketMakerEndpointsApiSetMarketMakerProtectionConfig

    underlying?: string

    underlying, e.g BTCUSDT

    MarketMakerEndpointsApiSetMarketMakerProtectionConfig

    windowTimeInMilliseconds?: number

    MMP Interval in milliseconds; Range (0,5000]

    MarketMakerEndpointsApiSetMarketMakerProtectionConfig