---
title: "Get data collector records for a specific account"
method: GET
path: "/rest/api/v1/accounts/{accountId}/dataCollector"
tags: ["Account API"]
---

# Get data collector records for a specific account

`GET /rest/api/v1/accounts/{accountId}/dataCollector`

Retrieves equity, balance, and floating PnL time-series data collected for advanced analytics, drawdown monitoring, and equity curve construction.

## Path parameters

- `accountId` string, uuid, required

## Query parameters

- `limit` integer
- `startTime` string
- `endTime` string

## Response `200`

OK

- DataCollectorRecordDTO[]
  - `accountId` string, uuid — Account ID
  - `balance` number — Account balance (closed positions only) at the time of recording. Represents the account value based on closed trades only.
  - `equity` number — Account equity (including floating PnL) at the time of recording. Represents the current account value including open positions.
  - `floatingPnL` number — Floating PnL (unrealized profit/loss from open positions) at the time of recording. Calculated as equity minus balance.
  - `id` string — Unique record identifier
  - `timestamp` integer — Timestamp in milliseconds (Unix epoch) when this data was recorded

---

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