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
Name | Type | Mandatory | Description |
---|---|---|---|
orderId | LONG | NO | |
collateralAccountId | LONG | NO | |
loanCoin | STRING | NO | |
collateralCoin | STRING | NO | |
current | LONG | NO | Currently querying page. Start from 1, Default:1, Max: 1000. |
limit | LONG | NO | Default: 10, Max: 100 |
recvWindow | LONG | NO | |
timestamp | LONG | YES |
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
}