Margin
Query Cross Margin Account Details (USER_DATA)
Weight(IP): 10
get/sapi/v1/margin/account
Query parameters
recvWindowinteger
Example:5000
The value cannot be greater than 60000
timestampinteger required
UTC timestamp in ms
signaturestring required
Signature
Response
Margin account details
Example response
{
"created": true,
"borrowEnabled": true,
"marginLevel": "11.64405625",
"collateralMarginLevel": "3.2",
"totalAssetOfBtc": "6.82728457",
"totalLiabilityOfBtc": "0.58633215",
"totalNetAssetOfBtc": "6.24095242",
"TotalCollateralValueInUSDT": "5.82728457",
"accountType": "MARGIN_1",
"userAssets": [
{
"asset": "BTC",
"borrowed": "0.00000000",
"free": "0.00499500",
"interest": "0.00000000",
"locked": "0.00000000",
"netAsset": "0.00499500"
}
]
}