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/loanable/data

Request Weight(IP)

400

Request Parameters

NameTypeMandatoryDescription
loanCoinSTRINGNO
vipLevelINTNODefault: user's vip level. Send "-1" to check specified configuration
recvWindowLONGNO
timestampLONGYES

Response Example

{
"rows": [
{
"loanCoin": "BUSD",
"_7dHourlyInterestRate": "0.00000491",
"_7dDailyInterestRate": "0.000118",
"_14dHourlyInterestRate": "0.00000491",
"_14dDailyInterestRate": "0.000118",
"_30dHourlyInterestRate": "0.00000567",
"_30dDailyInterestRate": "0.000136",
"_90dHourlyInterestRate": "0.00000596",
"_90dDailyInterestRate": "0.000143",
"_180dHourlyInterestRate": "0.00000631",
"_180dDailyInterestRate": "0.000151",
"minLimit": "100"
"maxLimit": "1000000"
"vipLevel": 1
}
],
"total": 1
}