查询借币利率(USER_DATA)
接口描述
查询借币利率
HTTP请求
GET /sapi/v1/loan/vip/request/interestRate
请求权重(IP)
400
请求参数
名称 | 类型 | 是否必需 | 描述 |
---|---|---|---|
loanCoin | STRING | YES | Max 10 assets, Multiple split by "," |
recvWindow | LONG | NO | |
timestamp | LONG | YES |
响应示例
[
{
"asset": "BUSD",
"flexibleDailyInterestRate": "0.001503",
"flexibleYearlyInterestRate": "0.548595",
"time": 1577233578000
},
{
"asset": "BTC",
"flexibleDailyInterestRate": "0.001503",
"flexibleYearlyInterestRate": "0.548595",
"time": 1577233562000
}
]