跳到主要内容

查询借款中订单列表(USER_DATA)

接口描述

查询借款中订单列表

HTTP请求

GET /sapi/v1/loan/ongoing/orders

请求权重(IP)

300

请求参数

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

响应示例

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