Skip to main content

Get Market Maker Protection Config (TRADE)

API Description#

Get config for MMP.

HTTP Request#

Get /eapi/v1/mmp (HMAC SHA256)

Request Weight#

1

Request Parameters#

NameTypeMandatoryDescription
underlyingSTRINGTRUEunderlying, e.g BTCUSDT
recvWindowLONGNO
timestampLONGYES

Response Example#

{    "underlyingId": 2,    "underlying": "BTCUSDT",    "windowTimeInMilliseconds": 3000,    "frozenTimeInMilliseconds": 300000,    "qtyLimit": "2",    "deltaLimit": "2.3",    "lastTriggerTime": 0}