---
title: "Get the execution history by day."
method: GET
path: "/user/executionHistory"
tags: ["User"]
---

# Get the execution history by day.

`GET /user/executionHistory`

## Query parameters

- `symbol` string, required
- `timestamp` string, date-time, required

## Response `200`

Request was successful

- Execution[]
  - `execID` string, guid
  - `orderID` string, guid
  - `clOrdID` string
  - `clOrdLinkID` string
  - `account` integer
  - `symbol` string, required
  - `side` string
  - `lastQty` integer
  - `lastPx` number, double
  - `lastLiquidityInd` string
  - `orderQty` integer
  - `price` number, double
  - `displayQty` integer
  - `stopPx` number, double
  - `pegOffsetValue` number, double
  - `pegPriceType` string
  - `currency` string
  - `settlCurrency` string
  - `execType` string
  - `ordType` string
  - `timeInForce` string
  - `execInst` string
  - `contingencyType` string
  - `ordStatus` string
  - `triggered` string
  - `workingIndicator` boolean
  - `ordRejReason` string
  - `leavesQty` integer
  - `cumQty` integer
  - `avgPx` number, double
  - `commission` number, double
  - `feeType` string
  - `tradePublishIndicator` string
  - `text` string
  - `trdMatchID` string, guid
  - `execCost` integer
  - `execComm` integer
  - `homeNotional` number, double
  - `foreignNotional` number, double
  - `transactTime` string, date-time
  - `timestamp` string, date-time, required

## Other responses

- `400` — Parameter Error
- `401` — Unauthorized
- `403` — Access Denied
- `404` — Not Found

---

[API](https://skmtc.dev/bitmex/apis/bitmex-api.md) · [All operations](https://skmtc.dev/bitmex/apis/bitmex-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/bitmex/bitmex-api/revisions/04c6a16ffd27/schema)
