Modify Margin Mode

This interface can modify the margin mode of the current symbol

// request body
{ 
  "symbol":"XBTUSDTM", // symbol
  "marginMode":"CROSS" // Margin mode: ISOLATED (isolated), CROSS (cross margin).
}

// response body
{
  "symbol":"XBTUSDTM", // symbol
  "marginMode":"CROSS" // Modified margin model:ISOLATED (isolated), CROSS (cross margin).
}
HTTP REQUEST

POST /api/v2/position/changeMarginMode

Example

POST /api/v2/position/changeMarginMode

API KEY PERMISSIONS

This endpoint requires the Futures permission.

REQUEST URL

This endpoint support Futures URL

REQUEST RATE LIMIT

Futures weight:2

PARAMETERS
Param Type Mandatory Description
symbol String Yes Symbol of the contract
marginMode String Yes Modified margin model: ISOLATED (isolated), CROSS (cross margin).
RESPONSES
Param Description
symbol Symbol of the contract
marginMode Margin mode: ISOLATED (isolated), CROSS (cross margin).