查询投资人操作历史(适用于资金管理者)
查询指定投资者在资金下的申购赎回记录
HTTP 请求
GET /sapi/v1/vip/fund-info/fund-investor-his-info
权重(UID)
30000
请求参数
| 名称 | 类型 | 是否必需 | 描述 |
|---|---|---|---|
| RecvWindow | LONG | NO | No more than 60000 |
| timestamp | LONG | YES | |
| fundAccountId | INTEGER | YES | Fund Account ID |
| investorUid | INTEGER | YES | Investor Account ID |
响应示例
{
"fundAccountId": 1000240189870,
"fundName": "test-fund-1732256389",
"investorSubscriptions": [
{
"date": 1732256395000,
"subscriptionAmt": 100.123
}
],
"investorRedemptions": []
}