Skip to main content

Set Margin Call Level (USER_DATA)

API Description

Set the margin call level for a Portfolio Margin account. When the account's uniMMR drops to the specified level, a notification will be sent via email and SMS.

HTTP Request

POST /sapi/v1/portfolio/margin-call-level

Request Weight(IP)

1500

Request Parameters

NameTypeMandatoryDescription
marginCallLevelDECIMALYESThe value of marginCallLevel must be within the range [1.1, 2.0].
recvWindowLONGNO
timestampLONGYES

Response Example

{   
"marginCallLevel": "1.67354637"
}