Get Isolated Margin Account Info
{
"code": "200000",
"data": {
"totalConversionBalance": "3.4939947",
"liabilityConversionBalance": "0.00239066",
"assets": [
{
"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"
}
},
{
"symbol": "EOS-USDC",
"status": "CLEAR",
"debtRatio": "0",
"baseAsset": {
"currency": "EOS",
"totalBalance": "0",
"holdBalance": "0",
"availableBalance": "0",
"liability": "0",
"interest": "0",
"borrowableAmount": "0"
},
"quoteAsset": {
"currency": "USDC",
"totalBalance": "0",
"holdBalance": "0",
"availableBalance": "0",
"liability": "0",
"interest": "0",
"borrowableAmount": "0"
}
}
]
}
}
This API endpoint returns all isolated margin accounts of the current user.
HTTP REQUEST
GET /api/v1/isolated/accounts
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 |
---|---|---|---|
balanceCurrency | String | No | The pricing coin, currently only supports USDT , KCS , and BTC . Defaults to BTC if no value is passed. |
RESPONSES
Param | Description |
---|---|
totalConversionBalance | The total balance of the isolated margin account (in the specified coin) |
liabilityConversionBalance | Total liabilities of the isolated margin account (in the specified coin) |
assets | Account list |
assets.symbol | Trading pairs, with each trading pair indicating a position |
assets.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 assets-IN_AUTO_RENEW . |
debtRatio | Debt ratio |
assets.baseAsset | base coin type asset info |
assets.quoteAsset | quote coin type asset info |
currency | Coin type Code |
totalBalance | Current coin type asset amount |
holdBalance | Current coin type frozen |
availableBalance | The available balance (available assets - frozen assets) |