Positions

Get Maximum Open Position Size

HTTP REQUEST

GET /api/v2/getMaxOpenSize

REQUEST RATE LIMIT

Future Weight: 2

PARAMETERS
Parameter Type Mandatory Description
symbol String Yes Contract symbol
price BigDecimal Yes Order price
leverage BigDecimal Yes Leverage
RESPONSES
Param Description
symbol Contract symbol
maxBuyOpenSize Maximum buy size
maxSellOpenSize Maximum sell size
{
  "success": true,
  "code": "200",
  "msg": "success",
  "retry": false,
  "data": {
    "symbol": "XBTUSDTM",
    "maxBuyOpenSize": 13808,
    "maxSellOpenSize": 13808
  }
}

Get Maximum Open Position Size