v26

latestOpenAPI 3.0.2raw.githubusercontent.com2024-10-0834042975.6 KB
Crypto Loans

Get Flexible Loan Assets Data (USER_DATA)

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

Weight(IP): 400

get/sapi/v2/loan/flexible/loanable/data

Query parameters

loanCoinstring
Example:BUSD

Coin loaned

recvWindowinteger
Example:5000

The value cannot be greater than 60000

timestampinteger required

UTC timestamp in ms

signaturestring required

Signature

Response

Loan asset data

totalinteger required

Example response

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