Skip to main content

Get Flexible Loan Ongoing Orders(USER_DATA)

API Description

Get Flexible Loan Ongoing Orders

HTTP Request

GET /sapi/v2/loan/flexible/ongoing/orders

Request Weight(IP)

300

Request Parameters

NameTypeMandatoryDescription
loanCoinSTRINGNO
collateralCoinSTRINGNO
currentLONGNOCurrent querying page. Start from 1; default: 1; max: 1000
limitLONGNODefault: 10; max: 100
recvWindowLONGNO
timestampLONGYES

Response Example

{
"rows": [
{
"loanCoin": "BUSD",
"totalDebt": "10000",
"collateralCoin": "BNB",
"collateralAmount": "49.27565492",
"currentLTV": "0.57"
}
],
"total": 1
}