---
title: "Open Orders"
method: GET
path: "/accounts/{account}/orders"
tags: ["Orders"]
---

# Open Orders

`GET /accounts/{account}/orders`

Returns a list of orders for the account passed in the URL

## Response `200`

Returns a list of orders for the indicated account

- OrderState[]
  - `CustomerOrderId` number
  - `ContractId` number
  - `Ticker` string
  - `ListingExchange` string
  - `RemainingQuantity` number
  - `FilledQuantity` number
  - `OrderType` 1 | 2 | 3 | 4 — Market = '1' Limit = '2' Stop = '3' StopLimit = '4'
  - `TimeInForce` 0 | 1 | 2 | 3 | 7 — Defines order's active lifetime. Day = '0' GTC (Good till Cancel) = '1' IOC (Immediate or Cancel) = '3' Open = '2' Close = '7'
  - `OutsideRTH` string
  - `Side` string
  - `Price` number
  - `Status` '-1' | '0' | '1' | '2' | '3' | '4' | '5' | '6' | '7' | '8' | '9' | 'A' | 'B' | 'C' | 'D' | 'E' — Status of the order InvalidOrderStatus = '-1' New = '0' PartiallyFilled = '1' Filled = '2' DoneForTheDay = '3' Canceled = '4' Replaced = '5' PendingCancelReplace = '6' Stopped = '7' Rejected = '8' Suspended = '9' PendingNew = 'A' Calculated = 'B' Expired = 'C' AcceptedForBidding = 'D' PendingReplace = 'E'
  - `Warning` string
  - `TransactionTime` string

## Other responses

- `202` — Unsuccessfull response
- `204` — Unsuccessfull response
- `400` — Unsuccessfull response
- `401` — Unsuccessfull response
- `403` — Unsuccessfull response
- `408` — Unsuccessfull response

---

[API](https://skmtc.dev/interactivebrokers/apis/ibkr-3rd-party-web-api.md) · [All operations](https://skmtc.dev/interactivebrokers/apis/ibkr-3rd-party-web-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/interactivebrokers/ibkr-3rd-party-web-api/revisions/97f75703dba5/schema)
