Get Borrow Interest Rate(USER_DATA)
API Description
Get Borrow Interest Rate
HTTP Request
GET /sapi/v1/loan/vip/request/interestRate
Request Weight(IP)
400
Request Parameters
Name | Type | Mandatory | Description |
---|---|---|---|
loanCoin | STRING | YES | Max 10 assets, Multiple split by "," |
recvWindow | LONG | NO | |
timestamp | LONG | YES |
Response Example
[
{
"asset": "BUSD",
"flexibleDailyInterestRate": "0.001503",
"flexibleYearlyInterestRate": "0.548595",
"time": 1577233578000
},
{
"asset": "BTC",
"flexibleDailyInterestRate": "0.001503",
"flexibleYearlyInterestRate": "0.548595",
"time": 1577233562000
}
]