---
title: "Trả về danh sách tài khoản tại công ty chứng khoán của user."
method: GET
path: "/broker-users/{userId}/accounts"
tags: ["Accounts"]
---

# Trả về danh sách tài khoản tại công ty chứng khoán của user.

`GET /broker-users/{userId}/accounts`

## Path parameters

- `userId` integer, required

## Response `200`

Thành công

- FireAntApiModelsTradingAccount[]
  - `id` string — Id của tài khoản
  - `name` string — Tên tài khoản
  - `currency` string — Loại tiền tệ
  - `currencySign` string — Ký hiệu tiền tệ
  - `config` object — Cấu hình tài khoản

## Other responses

- `400` — Có lỗi khi thực hiện thao tác
- `403` — Lỗi kết nối tài khoản liên kết tại công ty chứng khoán. Cần liên kết lại tài khoản giao dịch
- `404` — User không tồn tại

---

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