跳到主要内容

查询投资人操作历史(适用于资金管理者)

查询指定投资者在资金下的申购赎回记录

HTTP 请求

GET /sapi/v1/vip/fund-info/fund-investor-his-info

权重(UID)

30000

请求参数

名称类型是否必需描述
RecvWindowLONGNONo more than 60000
timestampLONGYES
fundAccountIdINTEGERYESFund Account ID
investorUidINTEGERYESInvestor Account ID

响应示例

{
"fundAccountId": 1000240189870,
"fundName": "test-fund-1732256389",
"investorSubscriptions": [
{
"date": 1732256395000,
"subscriptionAmt": 100.123
}
],
"investorRedemptions": []
}