Cascade
Account

Get Cls History

Retrieve account history for the Cascade Liquidity Strategy account

GET
/account/cls/history

Query Parameters

from?integer

Limit to snapshots at or after this timestamp (milliseconds)

Formatint64
Range0 <= value
to?integer

Limit to snapshots before this timestamp (milliseconds)

Formatint64
Range0 <= value
limit?integer

Maximum number of 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"
[
  {
    "account": "string",
    "nav": "string",
    "netDeposits": "string",
    "subaccountIndex": 0,
    "timestamp": 0
  }
]
"string"
"string"