---
title: "Get trades list by account"
method: GET
path: "/cloud/accounts/{accountid}/trades"
tags: ["Cloud API"]
---

# Get trades list by account

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

Get trades list by account

## Path parameters

- `accountid` integer, required

## Query parameters

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

## Response `200`

Successful operation

- Trade[]
  - `tradeid` integer
  - `buy` integer
  - `symbol` string
  - `shares` number
  - `price` number
  - `number` string
  - `timestamp` string, date-time
  - `account` string
  - `orderid` integer
  - `exchange` string

## 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)
