跳到主要内容

查询有效风险单位 (USER_DATA)

接口描述

查询生效状态的机构贷风险单位列表。仅支持母账户查询该接口。

HTTP 请求

GET /sapi/v1/margin/loan-groups/activated

请求权重

10(IP)

请求参数

响应示例

[
{
"groupId": 10001,
"members": [
{
"email": "[email protected]",
"type": "CREDIT",
"enableMargin": true,
"enableSpot": true
},
{
"email": "[email protected]",
"type": "COLLATERAL",
"enableMargin": true,
"enableSpot": true
}
],
"createTime": 1747637956083
},
{
"groupId": 10002,
"members": [
{
"email": "[email protected]",
"type": "CREDIT",
"enableMargin": true,
"enableSpot": true
},
{
"email": "[email protected]",
"type": "COLLATERAL",
"enableMargin": true,
"enableSpot": true
}
],
"createTime": 1747637956083
}
]

响应信息详解:

参数类型描述
groupIdLONG唯一风险单位标识符
membersOBJECT ARRAY
→ emailSTRING账户注册邮箱
→ typeSTRING放贷子账户或抵押子账户
→ enableMarginSTRINGTRUE: 杠杆账户包括在抵押账户内
FALSE: 杠杆账户不包括在抵押账户内
→ enableSpotSTRINGTRUE: 现货账户包括在抵押账户内
FALSE: 现货账户不包括在抵押账户内
createTimeLONG最后更新时间戳(毫秒)