Skip to main content

Get Loan Ongoing Orders(USER_DATA)

API Description#

Get Loan Ongoing Orders

HTTP Request#

GET /sapi/v1/loan/ongoing/orders

Request Weight(IP)#

300

Request Parameters#

NameTypeMandatoryDescription
orderIdLONGNOorderId in POST /sapi/v1/loan/borrow
loanCoinSTRINGNO
collateralCoinSTRINGNO
currentLONGNOCurrent querying page. Start from 1; default: 1; max: 1000
limitLONGNODefault: 10; max: 100
recvWindowLONGNO
timestampLONGYES

Response Example#

{  "rows": [    {    "orderId": 100000001,    "loanCoin": "BUSD",    "totalDebt": "10000",    "residualInterest":"10.27687923"    "collateralCoin": "BNB",    "collateralAmount": "49.27565492"    "currentLTV": "0.57"    "expirationTime": 1575018510000    }  ],  "total": 1}