---
title: "Lấy danh sách vị thế mở hàng hóa MXV"
method: GET
path: "/me/mxv/positions"
tags: ["Me"]
---

# Lấy danh sách vị thế mở hàng hóa MXV

`GET /me/mxv/positions`

## Response `200`

Thành công

- FireAntApiModelsMXVAccountPosition[]
  - `_id` string
  - `positionID` string
  - `investorCode` string
  - `investorName` string
  - `contractCode` string
  - `contractName` string
  - `currency` string
  - `decimalFormat` integer
  - `open` FireAntApiModelsMXVAccountPositionOpen
    - `buyPosition` number, double
    - `sellPosition` number, double
    - `estimatedProfit` number, double
    - `averagePrice` number, double
    - `marketPrice` number, double
    - `estimatedProfitVND` number, double
  - `fills` FireAntApiModelsMXVAccountPositionFill[]
    - `_id` string
    - `positionFillID` string
    - `settled` boolean
    - `orderCode` string
    - `txnCode` string
    - `cqgOrderCode` string
    - `cqgTxnCode` string
    - `orderDatetime` string, date-time
    - `txnDatetime` string, date-time
    - `averagePrice` number, double
    - `transactionFee` number, double
    - `sellPosition` number, double
    - `buyPosition` number, double
    - `sessionDate` string, date-time
    - `estimatedProfit` number, double
    - `estimatedProfitVND` number, double
  - `buyPosition` number, double
  - `sellPosition` number, double
  - `estimatedProfit` number, double
  - `averagePrice` number, double
  - `marketPrice` number, double
  - `estimatedProfitVND` number, double

## 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)
