---
title: "Lấy danh sách lệnh giao dịch hàng hóa MXV"
method: GET
path: "/me/mxv/orders"
tags: ["Me"]
---

# Lấy danh sách lệnh giao dịch hàng hóa MXV

`GET /me/mxv/orders`

## Query parameters

- `status` string, required
- `offset` integer
- `limit` integer

## Response `200`

Thành công

- FireAntApiModelsMXVOrder[]
  - `_id` string
  - `orderID` string
  - `partnerCode` string
  - `partnerName` string
  - `duration` string
  - `orderForm` string
  - `filledQty` number, double
  - `transactionFee` number, double
  - `memberFee` number, double
  - `brokerFee` number, double
  - `status` string
  - `inputMethod` string
  - `orderCode` string
  - `cqgOrderCode` string
  - `cqgStatus` integer
  - `activeOrderCode` string
  - `activeCqgOrderCode` string
  - `investorCode` string
  - `investorName` string
  - `contractCode` string
  - `contractName` string
  - `commodityCode` string
  - `currency` string
  - `decimalFormat` integer
  - `tickSize` number, double
  - `initialRequiredMargin` number, double
  - `exchange` string
  - `orderType` string
  - `side` string
  - `qty` number, double
  - `remainingQty` number, double
  - `limitPrice` number, double
  - `orderProperty` string
  - `initiator` string
  - `orderDatetime` string, date-time
  - `sessionDate` string, date-time
  - `accountId` string
  - `lastModifiedBy` string
  - `lastModifiedDatetime` string, date-time
  - `createdAt` string, date-time
  - `updatedAt` string, date-time

## Other responses

- `400` — Có lỗi khi thực hiện thao tác

---

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