Skip to main content

Get Loanable Assets Data(USER_DATA)

API Description

Get interest rate and borrow limit of loanable assets. The borrow limit is shown in USD value.

HTTP Request

GET /sapi/v1/loan/vip/loanable/data

Request Weight(IP)

400

Request Parameters

NameTypeMandatoryDescription
loanCoinSTRINGNO
vipLevelINTNOdefault:user's vip level
recvWindowLONGNO
timestampLONGYES

Response Example

{
"rows": [
{
"loanCoin": "BUSD",
"_flexibleDailyInterestRate": "0.001503",
"_flexibleYearlyInterestRate": "0.548595",
"_30dDailyInterestRate": "0.000136",
"_30dYearlyInterestRate": "0.03450",
"_60dDailyInterestRate": "0.000145",
"_60dYearlyInterestRate": "0.04103",
"minLimit": "100"
"maxLimit": "1000000"
"vipLevel": 1
}
],
"total": 1
}