跳到主要内容

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

接口描述

询活期借款中订单列表

HTTP请求

GET /sapi/v2/loan/flexible/ongoing/orders

请求权重(IP)

300

请求参数

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

响应示例

{
"rows": [
{
"loanCoin": "BUSD",
"totalDebt": "10000",
"collateralCoin": "BNB",
"collateralAmount": "49.27565492",
"currentLTV": "0.57"
}
],
"total": 1
}