VIP Loans
Get Borrow Interest Rate (USER_DATA)
Get borrow interest rate.
Weight(UID): 400
get/sapi/v1/loan/vip/request/interestRate
Query parameters
loanCoinstring
Example:BUSD
Max 10 assets, Multiple split by ","
recvWindowinteger
Example:5000
The value cannot be greater than 60000
timestampinteger required
UTC timestamp in ms
signaturestring required
Signature
Response
Borrow interest rate
Example response
[
{
"asset": "BUSD",
"flexibleDailyInterestRate": "0.001503",
"flexibleYearlyInterestRate": "0.548595",
"time": 1577233578000
}
]