Get VIP Loan Ongoing Orders (USER_DATA)
VIP loan is available for VIP users only.
Weight(IP): 400
Query parameters
Order id
Coin loaned
Coin used as collateral
Current querying page. Start from 1. Default:1
Default 10; max 100.
The value cannot be greater than 60000
UTC timestamp in ms
Signature
Response
Ongoing VIP Loan Orders
Example response
{
"rows": [
{
"orderId": 100000001,
"loanCoin": "BUSD",
"totalDebt": "10000",
"residualInterest": "10.27687923",
"collateralAccountId": "12345678, 23456789",
"collateralCoin": "BNB,BTC,ETH",
"collateralValue": "25000.27565492",
"totalCollateralValueAfterHaircut": "25000.27565492",
"lockedCollateralValue": "25000.27565492",
"currentLTV": "0.57",
"expirationTime": 1575018510000,
"loanDate": "1676851200000",
"loanRate": "0.0123",
"loanTerm": "30days"
}
],
"total": 1
}Changes
Changed in 3 of the 26 revisions of this API.6
- ○
added the required property
rows/items/loanDateto the response with the200statusresponse-required-property-added
- ○
added the required property
rows/items/loanRateto the response with the200statusresponse-required-property-added
- ○
added the required property
rows/items/loanTermto the response with the200statusresponse-required-property-added
- ○
- ○
added the optional property
rows/items/lockedCollateralValueto the response with the200statusresponse-optional-property-added
- ○
added the optional property
rows/items/totalCollateralValueAfterHaircutto the response with the200statusresponse-optional-property-added
- ○
- ○
endpoint added
endpoint-added
- ○