Change Position Type
Type POST
Description: /future/user/v1/position/change-type
Limit Flow Rules
200/s/apikey
Parameters
Name | Type | Mandatory | Default | Description | Ranges |
---|---|---|---|---|---|
symbol | string | Yes | N/A | Trading pair | |
positionSide | string | Yes | N/A | Position side | LONG; SHORT |
positionType | string | Yes | N/A | Position type | CROSSED; ISOLATED |
Response Example
Response
{
"error": {
"code": "",
"msg": ""
},
"msgInfo": "",
"result": {},
"returnCode": 0
}