Last updated 6 months ago
Resets the market maker protection flag allowing desk to trade.
Returns the current market maker protection status for the desk.
const response = await fetch('/v1/ob/mmp/status/', { method: 'PATCH', headers: { "Authorization": "Bearer Bearer" }, }); const data = await response.json();
const response = await fetch('/v1/ob/mmp/status/', { method: 'GET', headers: { "Authorization": "Bearer Bearer" }, }); const data = await response.json();
{ "rate_limit_hit": false }