Account
Get Cls History
Portfolio history (NAV, TWR, drawdown, CAGR) for the Cascade Liquidity Strategy
Query Parameters
from?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
curl -X GET "https://engine.cascade.cooking/account/cls/history?from=1751793781000&to=1751793784000&limit=100"[
{
"annualizedReturnCagr": "string",
"cumulativeTwr": "string",
"currentDrawdown": "string",
"elapsedMillis": 0,
"equityIndex": "string",
"timestamp": 0,
"totalValue": "string"
}
]"string""string"