Cascade
Account

Get Cls History

Portfolio history (NAV, TWR, drawdown, CAGR) for the Cascade Liquidity Strategy

GET
/account/cls/history

Query Parameters

from?integer

Snapshots at or after this time (ms).

Formatint64
Range0 <= value
to?integer

Snapshots before this time (ms).

Formatint64
Range0 <= value
limit?integer

Max snapshots to return.

Formatint32
Range1 <= value <= 10000

Response 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"