PUT
/
account
/
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
}

Body

application/json
AccountSetLeverageRequest Data
leverage
enum<integer>
required
Available options:
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15,
16,
17,
18,
19,
20
market_id
string
required

Response

200
application/json
OK
error
string
pagination
object
result
object[]
success
boolean