Margin
Query Isolated Margin Fee Data (USER_DATA)
Get isolated margin fee data collection with any vip level or user's current specific data as https://www.binance.com/en/margin-fee
Weight(IP): 1 when a single is specified; 10 when the symbol parameter is omitted
get/sapi/v1/margin/isolatedMarginData
Query parameters
vipLevelinteger
Example:1
Defaults to user's vip level
symbolstring
Example:BNBUSDT
Trading symbol, e.g. BNBUSDT
recvWindowinteger
Example:5000
The value cannot be greater than 60000
timestampinteger required
UTC timestamp in ms
signaturestring required
Signature
Response
Isolated Margin Fee Data
Example response
[
{
"symbol": "BTCUSDT",
"leverage": "10",
"data": [
{
"coin": "BTC",
"dailyInterest": "0.00026125",
"borrowLimit": "270"
},
{
"coin": "USDT",
"dailyInterest": "0.000475",
"borrowLimit": "2100000"
}
]
}
]