Setup Market Maker Protection (MMP)
POST/v2/mmp-configuration
MMP configurations are setup per underlying asset symbol for a specific trading Account. While setting up MMP configurations you can specify windowTimeInSeconds, frozenTimeInSeconds, quantityLimit and deltaLimit and use it as best suited.
Please reach out to your relationship manager to understand how to enable MMP for your trading accounts.
- To get updates on the status of your set / reset MMP configs request for an underlying asset symbol over WS, please subscribe to
mmpRequestTOPIC within the Private Data WebSocket. - To get updates about MMP triggered event over WS, please subscribe to the
mmpTriggeredTOPIC within the Private Data WebSocket.
To update/amend your MMP configs, please use the ResetMMPCommandV1 to reset the MMP configurations, followed by setting up a new MMP config via setMMPCommandV1 per underlying asset symbol.
Notes:
- MMP is only applicable for Options Orders created with the
isMMPflag set totrue. - ResetMMPCommandV1 will trigger only when there are no
isMMP=trueopen orders on the account
Request
Responses
- 200
- 400
- 401
- 403
- 429
- 500
Status OK. This means a command was successfully acknowledged.
Bad Request
Not Authenticated
Access Forbidden
Too Many Requests
Internal Server Error