Reset Market Maker Protection (MMP) limits for the specified currency pair or group. If MMP protection has been triggered and quoting is frozen, this method allows you to manually resume quoting. If the configured frozen_time has expired, the system will automatically reset MMP. If frozen_time is set to 0 (automatic reset disabled), you must call this method to re-enable quoting. You can also perform a manual reset during the frozen period if you want to resume quoting early.
๐ Related Article: Market Maker Protection API Configuration
Scope: trade:read_write or block_rfq:read_write (when block_rfq = true)
Currency pair for which to reset MMP limits.
For regular MMP (block_rfq = false): Must be a specific currency pair (e.g., "btc_usd", "eth_usd"). The value "all" is not allowed.
For Block RFQ MMP (block_rfq = true): Can be either a specific currency pair or "all" to reset MMP limits across all currency pairs.
"btc_usd"
Specifies the MMP group for which limits are being reset. If this parameter is omitted, the method resets the traditional (no group) MMP limits.
๐ Related Article: Mass Quotes Specifications
"MassQuoteBot7"
If true, resets MMP for Block RFQ. When set, requires block_rfq scope instead of trade scope. Block RFQ MMP settings are completely separate from normal order/quote MMP settings. When block_rfq = true, the index_name parameter can be set to "all" to reset limits across all currency pairs.