Light Mode
Modify Isolated Margin Auto-Deposit Status
POST
/api/v1/position/margin/auto-deposit-status:::tip[TIPS]
Currently, it is not recommended to use the Isolated margin + auto deposit margin . It is recommended to switch to the cross margin mode.
Please refer to POST /api/v2/position/changeMarginMode endpoint
:::
:::info[Description]
This endpoint is only applicable to isolated margin and is no longer recommended. It is recommended to use cross margin instead.
:::
Request
Body Params application/json
symbol
string
required
Symbol of the contract
Examples:
XBTUSDTMETHUSDTM
status
boolean
required
Status
Example
{
"symbol": "XBTUSDTM",
"status": true
}
Request samples
Responses
成功(200)
HTTP Code: 200
Content Type : JSONapplication/json
Data Schema
code
string
required
data
boolean
required
Example
{
"code": "200000",
"data": true
}
Last modified: a month ago