Api query vault manager investor history response
ApiQueryVaultManagerInvestorHistoryResponse
Response to retrieve the vault summary for a given vault
NameLite |
Type | RequiredDefault |
Description |
|---|---|---|---|
resultr |
[ApiVaultInvestorHistory] | True | The list of vault investor history belong to the manager |
ApiVaultInvestorHistory
The vault investor history returned by the service to client
NameLite |
Type | RequiredDefault |
Description |
|---|---|---|---|
event_timeet |
string | True | Time at which the event was emitted in unix nanoseconds |
off_chain_account_idoc |
string | True | The off chain account id of the investor, only visible to the manager |
vault_idvi |
string | True | The unique identifier of the vault. |
typet |
VaultInvestorAction | True | The type of transaction that occurred. List of types: vaultInvest, vaultBurnLpToken, vaultRedeem |
pricep |
string | True | The price of the vault LP tokens at the time of the event. |
sizes |
string | True | The amount of Vault LP tokens invested or redeemed. |
realized_pnlrp |
string | True | The realized PnL of the vault. |
performance_feepf |
string | True | The performance fee of the vault. |
VaultInvestorAction
| Value | Description |
|---|---|
UNSPECIFIED = 0 |
|
VAULT_INVEST = 1 |
|
VAULT_BURN_LP_TOKEN = 2 |
|
VAULT_REDEEM = 3 |