LeverageResp
symbolstring
Trading symbol.
leveragedouble
Effective leverage multiplier for the position, or the default leverage when the user has no position on this symbol.
marginModestring
Margin mode: CROSS or ISOLATED.
Possible values: [CROSS, ISOLATED]
positionModestring
Position mode: ONE_WAY or HEDGE. Null when the user has no position on this symbol.
Possible values: [ONE_WAY, HEDGE, ISOLATED]
positionDirectionstring
Position direction (LONG or SHORT) for hedge-mode positions; null otherwise.
Possible values: [LONG, SHORT]
LeverageResp
{
"symbol": "string",
"leverage": 0,
"marginMode": "CROSS",
"positionMode": "ONE_WAY",
"positionDirection": "LONG"
}