v26

latestOpenAPI 3.0.2raw.githubusercontent.com2024-10-0834042975.6 KB
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

assetstring required
flexibleDailyInterestRatestring required
flexibleYearlyInterestRatestring required
timeinteger required

Example response

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