Binance Connector JS
    Preparing search index...

    Request parameters for setMarketMakerProtectionConfig operation in MarketMakerEndpointsApi. SetMarketMakerProtectionConfigRequest

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

    Properties

    deltaLimit?: number

    net delta limit

    MarketMakerEndpointsApiSetMarketMakerProtectionConfig

    frozenTimeInMilliseconds?: number | bigint

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

    MarketMakerEndpointsApiSetMarketMakerProtectionConfig

    qtyLimit?: number

    quantity limit

    MarketMakerEndpointsApiSetMarketMakerProtectionConfig

    recvWindow?: number | bigint

    MarketMakerEndpointsApiSetMarketMakerProtectionConfig

    underlying?: string

    underlying, e.g BTCUSDT

    MarketMakerEndpointsApiSetMarketMakerProtectionConfig

    windowTimeInMilliseconds?: number | bigint

    MMP Interval in milliseconds; Range (0,5000]

    MarketMakerEndpointsApiSetMarketMakerProtectionConfig