Cascade
Account

Get Strategy Portfolio History

Strategy portfolio history (NAV, TWR, drawdown, CAGR) for a single strategy

GET
/account/strategy/portfolio/history
AuthorizationBearer <token>

JWT token obtained from POST /auth endpoint

In: header

Query Parameters

accountstring

Strategy account address.

subaccountIndexinteger

Strategy subaccount index.

Formatint32
Range0 <= value
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

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"