{
"error": "<string>",
"pagination": {
"limit": 123,
"order": "<string>",
"page": 123,
"total": 123
},
"result": [
{
"account_equity": 123,
"account_leverage": 123,
"account_margin": 123,
"balance": 123,
"cum_trading_volume": 123,
"cum_unrealized_pnl": 123,
"health": 123,
"id": 123,
"last_liq_check": 123,
"last_update": 123,
"leverage": {},
"profile_type": "<string>",
"status": "<string>",
"total_notional": 123,
"total_order_margin": 123,
"total_position_margin": 123,
"wallet": "<string>",
"withdrawable_balance": 123
}
],
"success": true
}
Set user leverage
{
"error": "<string>",
"pagination": {
"limit": 123,
"order": "<string>",
"page": 123,
"total": 123
},
"result": [
{
"account_equity": 123,
"account_leverage": 123,
"account_margin": 123,
"balance": 123,
"cum_trading_volume": 123,
"cum_unrealized_pnl": 123,
"health": 123,
"id": 123,
"last_liq_check": 123,
"last_update": 123,
"leverage": {},
"profile_type": "<string>",
"status": "<string>",
"total_notional": 123,
"total_order_margin": 123,
"total_position_margin": 123,
"wallet": "<string>",
"withdrawable_balance": 123
}
],
"success": true
}
AccountSetLeverageRequest Data
The body is of type object
.
OK
The response is of type object
.