---
title: "Get account equity and cash snapshots"
method: GET
path: "/cloud/accounts/{accountid}/snapshots"
tags: ["Cloud API"]
---

# Get account equity and cash snapshots

`GET /cloud/accounts/{accountid}/snapshots`

Get account equity and cash snapshots

## Path parameters

- `accountid` integer, required

## Query parameters

- `from` string, date-time
- `to` string, date-time
- `count` integer

## Response `200`

Successful operation

- Snapshot[]
  - `snapshotid` integer
  - `value` number
  - `cash` number
  - `timestamp` string, date-time
  - `daynum` integer

## Other responses

- `500` — Error

---

[API](https://skmtc.net/tradematic/apis/tradematic-api.md) · [All operations](https://skmtc.net/tradematic/apis/tradematic-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/tradematic/tradematic-api/revisions/0af5aabcd3d2/schema)
