Skip to main content

Adjust cross margin max leverage (USER_DATA)

API Description

Adjust cross margin max leverage

HTTP Request

POST /sapi/v1/margin/max-leverage

Request Weight(UID)

3000

Request Limit

1 times/min per IP

Request Parameters

NameTypeMandatoryDescription
maxLeverageIntegerYESCan only adjust 3 , 5 or 10,Example: maxLeverage=10 for Cross Margin Pro ,maxLeverage = 5 or 3 for Cross Margin Classic
  • The margin level need higher than the initial risk ratio of adjusted leverage, the initial risk ratio of 3x is 1.5 , the initial risk ratio of 5x is 1.25, the initial risk ratio of 10x is 2.5.

Response Example

{
"success": true
}