Skip to main content

Get VIP Loan Ongoing Orders(USER_DATA)

API Description#

VIP loan is available for VIP users only.

HTTP Request#

GET /sapi/v1/loan/vip/ongoing/orders

Request Weight(IP)#

400

Request Parameters#

NameTypeMandatoryDescription
orderIdLONGNO
collateralAccountIdLONGNO
loanCoinSTRINGNO
collateralCoinSTRINGNO
currentLONGNOCurrently 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",      "collateralAccountId": "12345678,23456789",      "collateralCoin": "BNB,BTC,ETH",      "totalCollateralValueAfterHaircut": "25000.27565492",      "lockedCollateralValue": "25000.27565492",      "currentLTV": "0.57",      "expirationTime": 1575018510000,      "loanDate": "1676851200000",      "loanTerm": "30days",                // For flexiable loan "open term"      "expirationTime": 1575018510000      // flexiable loan 0    }  ],  "total": 1}