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

# Get orders list by account

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

Get orders list by account

## Path parameters

- `accountid` integer, required

## Query parameters

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

## Response `200`

Successful operation

- Order[]
  - `orderid` integer
  - `buy` integer
  - `symbol` string
  - `shares` number
  - `price` number
  - `number` string
  - `status` integer
  - `statusname` string
  - `timestamp` string, date-time
  - `account` string
  - `message` string
  - `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)
