---
title: "Lấy thông tin tổng hợp tài khoản của user"
method: GET
path: "/me/account"
tags: ["Me"]
---

# Lấy thông tin tổng hợp tài khoản của user

`GET /me/account`

## Response `200`

Thành công

- FireAntApiModelsUsersUserAccount
  - `id` string
  - `membership` FireAntApiModelsUsersUserMembership
    - `level` integer
    - `endDate` string, date-time
    - `applications` FireAntApiModelsUsersSubscribedApplication[]
      - `id` 0 | 1 | 2 | 3 | 4 | 5 | 6 | 7 — (0 = Web, 1 = Mobile, 2 = MetaKit, 3 = Excel, 4 = Copilot, 5 = MagicSignal, 6 = MagicChart, 7 = MobileCopilot)
      - `version` integer
      - `endDate` string, date-time
  - `investorRelation` FireAntApiModelsUsersUserInvestorRelation
    - `symbol` string
    - `endDate` string, date-time
  - `profile` FireAntApiModelsUsersUserProfile
    - `id` string
    - `name` string
    - `status` string
    - `isExpert` boolean
    - `isTeacher` boolean
    - `bio` string
    - `address` string
    - `facebookLink` string
    - `totalPosts` integer
    - `totalLikes` integer
    - `followers` integer
    - `following` integer
    - `followed` boolean
    - `blocked` boolean
    - `beingBlocked` boolean
    - `groups` integer
    - `isAuthentic` boolean
  - `moneyAccount` FireAntApiModelsMoneyAccount
    - `accountID` integer
    - `totalBalance` number, double
    - `blockedBalance` number, double
    - `availableBalance` number, double
    - `userName` string
    - `updatedDate` string, date-time
    - `mxvInvestorCode` string
    - `fMarketID` string
    - `fMarketStatus` string
    - `fMarketAccountDate` string, date-time
  - `identityData` FireAntApiModelsUsersUserIdentityData
    - `phoneNumber` string
    - `email` string
    - `identityName` string
    - `identityNumber` string
    - `address` string
    - `dateOfBirth` string, date-time
    - `sex` string
    - `hometown` string
    - `nationality` string
    - `features` string
    - `issueDate` string, date-time
    - `issueLocation` string
    - `expiredDate` string, date-time
  - `identityVerified` boolean
  - `hasPinCode` boolean

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