Account
Get Account Shares History
Retrieve share history for the authenticated depositor in a strategy (includes past snapshots; no requirement to currently hold shares)
Query Parameters
accountstring
Strategy (vault) account address. Caller must be the depositor.
subaccountIndexinteger
Strategy subaccount index.
Format
int32Range
0 <= valuefrom?integer
Limit to snapshots at or after this timestamp (milliseconds)
Format
int64Range
0 <= valueto?integer
Limit to snapshots before this timestamp (milliseconds)
Format
int64Range
0 <= valuelimit?integer
Maximum number of snapshots to return
Format
int32Range
1 <= value <= 10000Response Body
application/json
text/plain
text/plain
text/plain
curl -X GET "https://engine.cascade.cooking/account/shares/history?account=0x61171b5cb4ea4b30766b3aff150c9fec6fe0300c&subaccountIndex=1&from=1751793781000&to=1751793784000&limit=100"[
{
"account": "string",
"lockupEndsAt": 0,
"netDeposits": "string",
"shares": "string",
"subaccountIndex": 0,
"timestamp": 0,
"usdValue": "string"
}
]"string""string""string"