Close PositionPATCH
Creates a market order to close an existing position (partial or full closing supported)
Authorization
AuthorizationRequiredBearer <token>JWT token obtained from the login endpoint
In: header
Path Parameters
account_idRequiredstringThe account ID where position to close belongs
position_idRequiredstringPosition ID to close
Query Parameters
qtyRequirednumberQuantity to close (in lots). Use position's full qty to close completely.
Minimum:
0.01Format: "double"Position close order created successfully