Reset Market Maker Protection (MMP) limits for the specified currency pair or group.
๐ 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.