Modify Leverage Multiplier
This endpoint allows modifying the leverage multiplier for cross margin or isolated margin.
HTTP REQUEST
POST /api/v3/position/update-user-leverage
Example
{
"code": "200000",
"data": None
}
API KEY PERMISSIONS
This endpoint requires Margin Trading permission.
REQUEST URL
This endpoint supports Spot URL
.
REQUEST RATE LIMIT
Spot Market Weight
: 5
PARAMETERS
Param | Type | Mandatory | Description |
---|---|---|---|
symbol | String | No | Trading pair. Leave empty for cross margin, or specify for isolated margin |
leverage | String | Yes | New leverage multiplier. Must be greater than 1 and up to two decimal places, and cannot be less than the user's current debt leverage or greater than the system's maximum leverage |
isIsolated | boolean | No | Whether it is isolated margin. true : yes, false : cross margin. Default: false |
RESPONSES
None