Get Single Isolated Margin Account Info

{
  "code": "200000",
  "data": {
    "symbol": "MANA-USDT",
    "status": "CLEAR",
    "debtRatio": "0",
    "baseAsset": {
      "currency": "MANA",
      "totalBalance": "0",
      "holdBalance": "0",
      "availableBalance": "0",
      "liability": "0",
      "interest": "0",
      "borrowableAmount": "0"
    },
    "quoteAsset": {
      "currency": "USDT",
      "totalBalance": "0",
      "holdBalance": "0",
      "availableBalance": "0",
      "liability": "0",
      "interest": "0",
      "borrowableAmount": "0"
    }
  }
}

This API endpoint returns the info on a single isolated margin account of the current user.

HTTP REQUEST

GET /api/v1/isolated/account/{symbol}

API KEY PERMISSIONS

This endpoint requires the General permission.

REQUEST URL

This endpoint support Spot URL

REQUEST RATE LIMIT

Spot weight:50

PARAMETERS
Param Type Mandatory Description
symbol String Yes Trading pair, e.g.: BTC-USDT
RESPONSES
Param Description
symbol Trading pair
status The position status: Existing liabilities-DEBT, No liabilities-CLEAR, Bankrupcy (after position enters a negative balance)-BANKRUPTCY, Existing borrowings-IN_BORROW, Existing repayments-IN_REPAY, Under liquidation-IN_LIQUIDATION, Under auto-renewal-IN_AUTO_RENEW (permissions per state)
quoteAsset quote coin type asset info
currency Coin type Code
totalBalance Current coin type asset amount
availableBalance Amount of current coin available
holdBalance Amount of current coin frozen
liability The principal of the of current coin liability (the outstanding principal)
interest The interest of the liability of the current coin (the outstanding interest)
borrowableAmount The borrowable amount