Account
Get Account History
Retrieve portfolio history for an account and subaccount
Query Parameters
accountstring
Identifies the account. Caller must be authenticated as this account or a delegate.
subaccountIndexinteger
Identifies the subaccount.
Format
int32Range
0 <= valuefrom?integer
Limit to snapshots at or after this timestamp (milliseconds)
Format
int64Range
0 <= valueto?integer
Limit to snapshots before this timestamp (milliseconds)
Format
int64Range
0 <= valuelimit?integer
Maximum number of 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/history?account=0xe1c03ec3bcf509b3e8e63abcd03edc661ffe6a78&subaccountIndex=0&from=1751793781000&to=1751793784000&limit=100"[
{
"account": "string",
"nav": "string",
"netDeposits": "string",
"subaccountIndex": 0,
"timestamp": 0
}
]"string""string""string""string"