---
title: "Danh sách trạng thái mở"
method: GET
path: "/mxv/positions"
tags: ["MXV"]
---

# Danh sách trạng thái mở

`GET /mxv/positions`

## Query parameters

- `accountType` 0 | 1 | 2
- `sortBy` string
- `limit` integer
- `offset` integer

## Response `200`

OK

- FireAntApiModelsMXVMXVOpenPosition[]
  - `investorCode` string — Mã TKGD (Tài khoản giao dịch)
  - `investorName` string — Tên TKGD
  - `contractCode` string — Mã HĐ (Hợp đồng)
  - `contractName` string — Tên HĐ
  - `open` FireAntApiModelsMXVMXVOpenPositionDetail — Nested Open Position Details - Chi tiết vị thế mở
    - `buyPosition` number, double — Tổng KL Mua
    - `sellPosition` number, double — Tổng KL Bán
    - `marketPrice` number, double — Giá TT (Giá thị trường)
    - `averagePrice` number, double — Giá TB (Giá trung bình)
    - `estimatedProfit` number, double — Lãi lỗ dự kiến
    - `estimatedProfitVND` number, double — Lãi lỗ dự kiến (VND)
    - `mvo` number, double — MVO
    - `mvoVND` number, double — MVO (VND)

---

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