Skip to main content

Modify Isolated Position Margin(TRADE)

API Description#

Modify Isolated Position Margin

HTTP Request#

POST /fapi/v1/positionMargin

Request Weight#

1

Request Parameters#

NameTypeMandatoryDescription
symbolSTRINGYES
positionSideENUMNODefault BOTH for One-way Mode ; LONG or SHORT for Hedge Mode. It must be sent with Hedge Mode.
amountDECIMALYES
typeINTYES1: Add position margin,2: Reduce position margin
recvWindowLONGNO
timestampLONGYES
  • Only for isolated symbol

Response Example#

{    "amount": 100.0,    "code": 200,    "msg": "Successfully modify position margin.",    "type": 1}