---
title: "Tạo tài khoản MXV (Future, Nano, MXV)"
method: POST
path: "/mxv/account"
tags: ["MXV"]
---

# Tạo tài khoản MXV (Future, Nano, MXV)

`POST /mxv/account`

## Request body

- FireAntApiModelsMXVCreateMXVAccountRequest
  - `accountNumber` string — Số tài khoản CQG cơ sở (11 ký tự): - Để trống: Hệ thống tự động tạo khi mở tài khoản CQG - Cung cấp: Số tài khoản CQG có sẵn (VD: 648C1234567)
  - `collaboratorCode` string — Mã cộng tác viên (optional)
  - `brokerCode` string — Mã môi giới (optional)
  - `accountType` string — Loại hình tài khoản Future (BẮT BUỘC): C (NĐT cá nhân trong nước), E (NĐT tổ chức trong nước), F (NĐT cá nhân nước ngoài), I (NĐT tổ chức nước ngoài)

## Response `200`

Thành công

- FireAntApiModelsMXVMXVCreateAccountResponse — Response model for create investor account API
  - `success` boolean
  - `message` string
  - `investorCode` string
  - `signingLink` string
  - `createdDate` string, date-time
  - `approvalId` string — Approval ID from MXV system (used as RequestID)

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