Get Margin Mode

This interface can query the margin mode of the current symbol.

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

HTTP REQUEST

GET /api/v2/position/getMarginMode

Example

GET /api/v2/position/getMarginMode?symbol=XBTUSDTM

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
RESPONSES
Param Description
symbol Symbol of the contract
marginMode Margin mode: ISOLATED (isolated), CROSS (cross margin).