Get Margin Call Level (USER_DATA)
API Description
Get the margin call level for a Portfolio Margin account.
HTTP Request
GET /sapi/v1/portfolio/margin-call-level
Request Weight(IP)
1500
Request Parameters
| Name | Type | Mandatory | Description |
|---|---|---|---|
| recvWindow | LONG | NO | |
| timestamp | LONG | YES |
Response Example
When margin call level is set:
{
"marginCallLevel": "1.67354637"
}
When margin call level is not set:
{}