LeverageResp
symbolstring
交易对。
leveragedouble
仓位的有效杠杆倍数;当用户在此交易对上没有仓位时,为默认杠杆。
marginModestring
保证金模式:CROSS 或 ISOLATED。
可选值: [CROSS, ISOLATED]
positionModestring
仓位模式:ONE_WAY 或 HEDGE。当用户在此交易对上没有仓位时为 null。
可选值: [ONE_WAY, HEDGE, ISOLATED]
positionDirectionstring
对冲模式仓位的仓位方向(LONG 或 SHORT);否则为 null。
可选值: [LONG, SHORT]
LeverageResp
{
"symbol": "string",
"leverage": 0,
"marginMode": "CROSS",
"positionMode": "ONE_WAY",
"positionDirection": "LONG"
}