Skip to main content

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

NameTypeMandatoryDescription
RecvWindowLONGNONo more than 60000
timestampLONGYES
fundAccountIdINTEGERYESFund Account ID
investorUidINTEGERYESInvestor Account ID

Example Response

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