---
title: "Lấy thông tin chi tiết tài khoản MXV"
method: GET
path: "/mxv/account"
tags: ["MXV"]
---

# Lấy thông tin chi tiết tài khoản MXV

`GET /mxv/account`

## Query parameters

- `accountType` 0 | 1 | 2

## Response `200`

OK

- FireAntApiModelsMXVMXVInvestorDetail — Detailed investor account information
  - `account` FireAntApiModelsMXVMXVAccountStatus — Account information within investor detail
    - `availableBalance` number, double
    - `currency` string
    - `investorCode` string
    - `investorName` string
    - `marginDeficitInterestRate` number, double
    - `marginSurplusInterestRate` number, double
    - `totalProfitVND` number, double
    - `availableMarginProvisional` number, double
  - `contact` FireAntApiModelsMXVMXVInvestorContact — Contact information within investor detail
    - `email` string
    - `fullName` string
    - `phoneNumber` string
  - `createdDate` integer
  - `status` string
  - `subInvestors` string[]
  - `type` string

---

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