1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
{
"retCode": 0,
"retMsg": "OK",
"result": {
"list": [
{
"totalEquity": "3.31216591",
"accountIMRate": "0",
"totalMarginBalance": "3.00326056",
"totalInitialMargin": "0",
"accountType": "UNIFIED",
"totalAvailableBalance": "3.00326056",
"accountMMRate": "0",
"totalPerpUPL": "0",
"totalWalletBalance": "3.00326056",
"accountLTV": "0",
"totalMaintenanceMargin": "0",
"coin": [
{
"availableToBorrow": "3",
"bonus": "0",
"accruedInterest": "0",
"availableToWithdraw": "0",
"totalOrderIM": "0",
"equity": "0",
"totalPositionMM": "0",
"usdValue": "0",
"unrealisedPnl": "0",
"borrowAmount": "0.0",
"totalPositionIM": "0",
"walletBalance": "0",
"cumRealisedPnl": "0",
"locked": "0",
"collateralSwitch": true,
"marginCollateral": true,
"coin": "BTC",
"spotBorrow": "0"
},
{
"availableToBorrow": "5000",
"bonus": "0",
"accruedInterest": "0",
"availableToWithdraw": "1000.50",
"equity": "1000.50",
"usdValue": "1000.50",
"unrealisedPnl": "0",
"borrowAmount": "0",
"walletBalance": "1000.50",
"cumRealisedPnl": "50.25",
"locked": "0",
"collateralSwitch": true,
"marginCollateral": true,
"coin": "USDT",
"spotBorrow": "0"
},
{
"availableToBorrow": "5000",
"bonus": "0",
"accruedInterest": "0.02",
"availableToWithdraw": "0",
"equity": "0",
"usdValue": "-191.31",
"unrealisedPnl": "0",
"borrowAmount": "0.06142",
"walletBalance": "0",
"cumRealisedPnl": "0",
"locked": "0",
"collateralSwitch": true,
"marginCollateral": true,
"coin": "ETH",
"spotBorrow": "0.06142"
}
]
}
]
},
"retExtInfo": {},
"time": 1234567890
}