Switch Delta Mode(TRADE)
API Description
Switch the Delta mode for existing PM PRO / PM RETAIL accounts.
HTTP Request
POST /sapi/v1/portfolio/delta-mode
Request Weight(IP)
1500
Request Parameters
| Name | Type | Mandatory | Description |
|---|---|---|---|
| deltaEnabled | STRING | YES | true to enable Delta mode; false to disable Delta mode |
| recvWindow | LONG | NO | |
| timestamp | LONG | YES |
Response Example
{
"msg": "success"
}