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
| Name | Type | Mandatory | Description |
|---|---|---|---|
| marginCallLevel | DECIMAL | YES | The value of marginCallLevel must be within the range [1.1, 2.0]. |
| recvWindow | LONG | NO | |
| timestamp | LONG | YES |
Response Example
{
"marginCallLevel": "1.67354637"
}