Crypto Loans
Borrow - Get Flexible Loan Ongoing Orders (USER_DATA)
Weight(IP): 300
get/sapi/v2/loan/flexible/ongoing/orders
Query parameters
loanCoinstring
Example:BUSD
Coin loaned
collateralCoinstring
Example:BNB
Coin used as collateral
currentinteger
Example:1
Current querying page. Start from 1. Default:1
limitinteger
Example:5
Default 500; max 1000.
recvWindowinteger
Example:5000
The value cannot be greater than 60000
timestampinteger required
UTC timestamp in ms
signaturestring required
Signature
Response
Collateral Assets Data
Example response
{
"total": 1,
"rows": [
{
"loanCoin": "BUSD",
"totalDebt": "10000",
"collateralCoin": "BNB",
"collateralAmount": "49.27565492",
"currentLTV": "0.57"
}
]
}