Skip to main content

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#

NameTypeMandatoryDescription
loanCoinSTRINGNO
recvWindowLONGNO
timestampLONGYES

Response Example#

[    {      "asset": "BUSD",     "flexibleDailyInterestRate": "0.001503",     "flexibleYearlyInterestRate": "0.548595",     "time": 1577233578000    },
    {     "asset": "BTC",     "flexibleDailyInterestRate": "0.001503",     "flexibleYearlyInterestRate": "0.548595",     "time": 1577233562000    }]