Query Investor Operation History
Query subscription and redemption history for a given investor under a fund
HTTP Request
GET /sapi/v1/vip/fund-info/fund-investor-his-info
Weight(UID)
30000
Request Parameters
| Name | Type | Mandatory | Description |
|---|---|---|---|
| RecvWindow | LONG | NO | No more than 60000 |
| timestamp | LONG | YES | |
| fundAccountId | INTEGER | YES | Fund Account ID |
| investorUid | INTEGER | YES | Investor Account ID |
Example Response
{
"fundAccountId": 1000240189870,
"fundName": "test-fund-1732256389",
"investorSubscriptions": [
{
"date": 1732256395000,
"subscriptionAmt": 100.123
}
],
"investorRedemptions": []
}