跳到主要内容

查询关闭的风险单元记录(USER_DATA)

接口描述

查询已关闭的风险单元记录。 仅支持放贷账户调用该接口。

HTTP请求

GET /sapi/v1/margin/loan-group/force-liquidation

请求权重

1(IP)

请求参数

名称类型是否必需描述
currentLONGNO当前查询页。 开始值 1。 默认:1
sizeLONGNO默认:10 最大:100

响应示例

{
"total": 2,
"rows": [
{
"groupId": 72,
"parentEmail": "wdywgceiwbfq@test.com",
"creditEmail": "wdywaxmzlnah@test.com",
"enabled": false,
"createTime": 1753410654608,
"closeTime": 1753422899052
},
{
"groupId": 73,
"parentEmail": "wdywgceiwbfq@test.com",
"creditEmail": "wdyw7x4gfybn@test.com",
"enabled": false,
"createTime": 1753422987379,
"closeTime": 1753423516629
}
]
}