---
title: "List of Trades for the selected account"
method: GET
path: "/iserver/account/trades"
tags: ["Trades"]
---

# List of Trades for the selected account

`GET /iserver/account/trades`

Returns a list of trades for the currently selected account for current day and six previous days. It is advised to call this endpoint once per session.

## Response `200`

An array of trades

- Trade[]
  - `execution_id` string — execution identifier for the order
  - `symbol` string — Underlying Symbol
  - `side` 'B' | 'S' | 'X' — The side of the market of the order. * B - Buy contract near posted ask price * S - Sell contract near posted bid price * X - Option expired
  - `order_description` string — Formatted description of the order "%side% %size% @ %price% on %exchange%".
  - `trade_time` string — Time of Status update in format "YYYYMMDD-hh:mm:ss".
  - `trade_time_r` number — Time of status update in format unix time.
  - `size` string — Quantity of the order
  - `price` string — Average Price
  - `order_ref` string — User defined string used to identify the order. Value is set using "cOID" field while placing an order.
  - `submitter` string — User that submitted order
  - `exchange` string — Exchange or venue of order
  - `commission` number — Commission of the order
  - `net_amount` number — Net cost of the order, including contract multiplier and quantity.
  - `account` string — accountCode
  - `acountCode` string — Account Number
  - `company_name` string — Contracts company name
  - `contract_description_1` string — Format contract name
  - `sec_type` string — Asset class
  - `conid` string — IBKR's contract identifier
  - `conidex` string — conid and exchange. Format supports conid or conid@exchange
  - `position` string — Total quantity owned for this contract
  - `clearing_id` string — Firm which will settle the trade. For IBExecution customers only.
  - `clearing_name` string — Specifies the true beneficiary of the order. For IBExecution customers only.
  - `liquidation_trade` number — If order adds liquidity to the market.

---

[API](https://skmtc.dev/interactivebrokers/apis/client-portal-web-api.md) · [All operations](https://skmtc.dev/interactivebrokers/apis/client-portal-web-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/interactivebrokers/client-portal-web-api/revisions/32edbfe496d1/schema)
