account
Set user leverage
balanceops
balance
- DELCancel a withdrawal
- POSTClaim a withdrawal
- POSTDeposit an amount
- POSTInitialize a vault
- POSTProcess a withdrawal
- POSTReactivate a vault
- POSTStake an amount
- POSTStake an amount from balance
- POSTBegin unstaking
- POSTCancel an unstake
- POSTProcess unstake requests
- GETRetrieve a list of unstakes
- POSTWithdraw an amount
blast_points
candle
gameassets
market
admin
- POSTChange market title
- POSTChange market icon url
- GETGet user profile cache
- GETGet market tiers
- POSTAdd market tier
- DELRemove market tier
- POSTEdit market tier
- GETGet market profile tiers
- POSTAdd profile market tier
- DELRemove market profile tier
- GETGet market special tiers
- POSTAdd special market tier
- DELRemove market special tier
- POSTEdit special market tier
- GETGet which tiers
onboarding
portfolio
position
referral
secrets
profiledata
vaultdata
account
Set user leverage
Set user leverage
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
Available options:
1
, 2
, 3
, 4
, 5
, 6
, 7
, 8
, 9
, 10
, 11
, 12
, 13
, 14
, 15
, 16
, 17
, 18
, 19
, 20
Response
200
application/json
OK
{
"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
}