Account
Get Strategy Portfolio History
Strategy portfolio history (NAV, TWR, drawdown, CAGR) for a single strategy
AuthorizationBearer <token>
JWT token obtained from POST /auth endpoint
In: header
Query Parameters
accountstring
Strategy account address.
subaccountIndexinteger
Strategy subaccount index.
Format
int32Range
0 <= valuefrom?integer
Snapshots at or after this time (ms).
Format
int64Range
0 <= valueto?integer
Snapshots before this time (ms).
Format
int64Range
0 <= valuelimit?integer
Max snapshots to return.
Format
int32Range
1 <= value <= 10000Response Body
application/json
text/plain
text/plain
text/plain
text/plain
curl -X GET "https://engine.cascade.cooking/account/strategy/portfolio/history?account=0x61171b5cb4ea4b30766b3aff150c9fec6fe0300c&subaccountIndex=1&limit=100"[
{
"annualizedReturnCagr": "string",
"cumulativeTwr": "string",
"currentDrawdown": "string",
"elapsedMillis": 0,
"equityIndex": "string",
"timestamp": 0,
"totalValue": "string"
}
]"string""string""string""string"