Query Isolated Margin Account Info (USER_DATA)
- If "symbols" is not sent, all isolated assets will be returned.
- If "symbols" is sent, only the isolated assets of the sent symbols will be returned.
Weight(IP): 10
Query parameters
Max 5 symbols can be sent; separated by ','
The value cannot be greater than 60000
UTC timestamp in ms
Signature
Response
Isolated Margin Account Info when "symbols" is not sent
Example response
{
"assets": [
{
"baseAsset": {
"asset": "BTC",
"borrowed": "0.00000000",
"free": "0.00000000",
"interest": "0.00000000",
"locked": "0.00000000",
"netAsset": "0.00000000",
"netAssetOfBtc": "0.00000000",
"totalAsset": "0.00000000"
},
"quoteAsset": {
"asset": "USDT",
"borrowed": "0.00000000",
"free": "0.00000000",
"interest": "0.00000000",
"locked": "0.00000000",
"netAsset": "0.00000000",
"netAssetOfBtc": "0.00000000",
"totalAsset": "0.00000000"
},
"symbol": "BTCUSDT",
"marginLevel": "0.00000000",
"marginLevelStatus": "EXCESSIVE",
"marginRatio": "0.00000000",
"indexPrice": "10000.00000000",
"liquidatePrice": "1000.00000000",
"liquidateRate": "1.00000000"
}
],
"totalAssetOfBtc": "0.00000000",
"totalLiabilityOfBtc": "0.00000000",
"totalNetAssetOfBtc": "0.00000000"
}Changes
Changed in 1 of the 26 revisions of this API.240
- ▲
for the
queryrequest parameterrecvWindow, the type/format was changed frominteger/tointeger/int64request-parameter-type-changed
- ▲
for the
queryrequest parametertimestamp, the type/format was changed frominteger/tointeger/int64request-parameter-type-changed
- ○
the response property
assetsbecame required for the status200response-property-became-required
- ○
the response property
assets/items/baseAssetbecame required for the status200response-property-became-required
- ○
the response property
assets/items/baseAsset/assetbecame required for the status200response-property-became-required
- ○
the response property
assets/items/baseAsset/borrowEnabledbecame required for the status200response-property-became-required
- ○
the response property
assets/items/baseAsset/borrowedbecame required for the status200response-property-became-required
- ○
the response property
assets/items/baseAsset/freebecame required for the status200response-property-became-required
- ○
the response property
assets/items/baseAsset/interestbecame required for the status200response-property-became-required
- ○
the response property
assets/items/baseAsset/lockedbecame required for the status200response-property-became-required
- ○
the response property
assets/items/baseAsset/netAssetbecame required for the status200response-property-became-required
- ○
the response property
assets/items/baseAsset/netAssetOfBtcbecame required for the status200response-property-became-required
- ○
the response property
assets/items/baseAsset/repayEnabledbecame required for the status200response-property-became-required
- ○
the response property
assets/items/baseAsset/totalAssetbecame required for the status200response-property-became-required
- ○
the response property
assets/items/enabledbecame required for the status200response-property-became-required
- ○
the response property
assets/items/indexPricebecame required for the status200response-property-became-required
- ○
the response property
assets/items/isolatedCreatedbecame required for the status200response-property-became-required
- ○
the response property
assets/items/liquidatePricebecame required for the status200response-property-became-required
- ○
the response property
assets/items/liquidateRatebecame required for the status200response-property-became-required
- ○
the response property
assets/items/marginLevelbecame required for the status200response-property-became-required
- ○
the response property
assets/items/marginLevelStatusbecame required for the status200response-property-became-required
- ○
the response property
assets/items/marginRatiobecame required for the status200response-property-became-required
- ○
the response property
assets/items/quoteAssetbecame required for the status200response-property-became-required
- ○
the response property
assets/items/quoteAsset/assetbecame required for the status200response-property-became-required
- ○
the response property
assets/items/quoteAsset/borrowEnabledbecame required for the status200response-property-became-required
- ○
the response property
assets/items/quoteAsset/borrowedbecame required for the status200response-property-became-required
- ○
the response property
assets/items/quoteAsset/freebecame required for the status200response-property-became-required
- ○
the response property
assets/items/quoteAsset/interestbecame required for the status200response-property-became-required
- ○
the response property
assets/items/quoteAsset/lockedbecame required for the status200response-property-became-required
- ○
the response property
assets/items/quoteAsset/netAssetbecame required for the status200response-property-became-required
- ○
the response property
assets/items/quoteAsset/netAssetOfBtcbecame required for the status200response-property-became-required
- ○
the response property
assets/items/quoteAsset/repayEnabledbecame required for the status200response-property-became-required
- ○
the response property
assets/items/quoteAsset/totalAssetbecame required for the status200response-property-became-required
- ○
the response property
assets/items/symbolbecame required for the status200response-property-became-required
- ○
the response property
assets/items/tradeEnabledbecame required for the status200response-property-became-required
- ○
the response property
codebecame required for the status400response-property-became-required
- ○
the response property
codebecame required for the status401response-property-became-required
- ○
the response property
msgbecame required for the status400response-property-became-required
- ○
the response property
msgbecame required for the status401response-property-became-required
- ○
the response property
totalAssetOfBtcbecame required for the status200response-property-became-required
- ○
the response property
totalLiabilityOfBtcbecame required for the status200response-property-became-required
- ○
the response property
totalNetAssetOfBtcbecame required for the status200response-property-became-required
- ▲