---
title: "Get non-final orders"
method: GET
path: "/trade/accounts/{accountId}/orders"
tags: ["Account"]
---

# Get non-final orders

`GET /trade/accounts/{accountId}/orders`

Get non-final orders for the account. The column names are defined in the `ordersConfig` part of the `/trade/config` route

## Path parameters

- `accountId` integer, required

## Query parameters

- `from` integer
- `to` integer
- `tradableInstrumentId` integer

## Headers

- `accNum` integer, required

## Response `200`

OK

- OrdersResponse — Orders response
  - `d` Orders, required
    - `orders` array[] — orders
      - string[]
  - `s` string, required — Status will always be `ok`.

## Other responses

- `401` — Unauthorized
- `403` — Forbidden
- `404` — Not Found

---

[API](https://skmtc.net/tradelocker/apis/trading-api.md) · [All operations](https://skmtc.net/tradelocker/apis/trading-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/tradelocker/trading-api/versions/5b184d9b617c/schema)
