Skip to main content

Get Flexible Loan Assets Data(USER_DATA)

API Description#

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

HTTP Request#

GET /sapi/v1/loan/flexible/loanable/data

Request Weight(IP)#

400

Request Parameters#

NameTypeMandatoryDescription
loanCoinSTRINGNO
recvWindowLONGNO
timestampLONGYES

Response Example#

{  "rows": [    {      "loanCoin": "BUSD",      "flexibleInterestRate": "0.00000491",      "flexibleMinLimit": "100",      "flexibleMaxLimit": "1000000"    }  ],  "total": 1}