跳到主要内容

查询VIP借币借款中订单(USER_DATA)

接口描述

VIP 借币仅对 VIP 用户开放

HTTP请求

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

请求权重(IP)

400

请求参数

名称类型是否必需描述
orderIdLONGNO
collateralAccountIdLONGNO
loanCoinSTRINGNO
collateralCoinSTRINGNO
currentLONGNO当前查询页数,从 1 开始。默认值:1,最大:1000
limitLONGNO默认值:10,最大:100
recvWindowLONGNO
timestampLONGYES

响应示例

{
"rows": [
{
"orderId": 100000001,
"loanCoin": "BUSD",
"totalDebt": "10000",
"loanRate": "0.0123", // 浮动利率为"flexible rate"
"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", // 活期则为"open term"
"expirationTime": 1575018510000 // 活期则为0
}
],
"total": 1
}