---
title: "Get all sub-accounts associated with a user."
method: GET
path: "/v0.2.4/sub-account/list"
tags: ["SubAccount"]
---

# Get all sub-accounts associated with a user.

`GET /v0.2.4/sub-account/list`

## Response `200`

Success.

- object
  - `status` string
  - `message` string
  - `data` object[]
    - `id` string
    - `lastName` string
    - `parent` string
    - `feePercent` integer
    - `accountSecondCurrencies` string[]
    - `verified` boolean
    - `subscription` object
      - `subscription_end_timestamp` object
        - `_seconds` integer
        - `_nanoseconds` integer
      - `subscription_start_timestamp` object
        - `_seconds` integer
        - `_nanoseconds` integer
      - `id` string
    - `isScrimUser` boolean
    - `subAccount` boolean
    - `firstName` string
    - `preferredExchangeRate` boolean
    - `uid` string
    - `approved` boolean
    - `createdDate` string
    - `joinDate` string
    - `phoneNumber` string
    - `meta` object
      - `email` string
    - `name` string
    - `apiUseEnabled` boolean
    - `email` string
    - `p_id` integer
    - `verification` object
      - `status` string
    - `wallets` object[]
      - `id` string
      - `owner` string
      - `balance` integer
      - `type` string
      - `transactions` object[]
        - `amount` integer
        - `balanceBefore` integer
        - `meta` object
          - `date` object
            - `_seconds` integer
            - `_nanoseconds` integer
        - `newBalance` integer
        - `description` string

## Other responses

- `401` — Access to this resource is not available for unauthenticated users.
- `403` — Access to this resource is forbidden.
- `500` — Indicates an internal server error.

---

[API](https://skmtc.net/chimoney/apis/chimoney-api-docs.md) · [All operations](https://skmtc.net/chimoney/apis/chimoney-api-docs/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/chimoney/chimoney-api-docs/revisions/227751df36a0/schema)
