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
Name | Type | Mandatory | Description |
---|---|---|---|
loanCoin | STRING | NO | |
vipLevel | INT | NO | default:user's vip level |
recvWindow | LONG | NO | |
timestamp | LONG | YES |
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
}