---
title: "Get Business Accounts"
method: GET
path: "/open-api/v3/business/accounts"
tags: ["Business Account"]
---

# Get Business Accounts

`GET /open-api/v3/business/accounts`

Returns a list of business accounts under the current user, including their linked bank accounts.

## Query parameters

- `id` string, uuid — The UUID of the Business Account entity.
- `accountId` string, uuid, required — The UUID of the Account.
- `currency` 'CNH' | 'USD' | 'HKD' | 'GBP' | 'EUR' | 'AUD' | 'AED' | 'ILS' | 'CAD' | 'SGD' | 'MYR' | 'JPY' | 'IDR' — Currency code.
- `limit` string, number — Limits the number of items to be returned.
- `page` string, number — The page to be returned, counting from 1 as the first page.

## Response `200`

OK

- GlobalSubAccountPageV3RespDTO
  - `code` string — Error code
  - `message` string — Error message
  - `data` GlobalSubAccountV3PageResponse, required — data
    - `total` integer, required — total number
    - `list` GlobalSubAccountDTO[], required — data list
      - `id` string, required — Unique ID generated for the business account entity.
      - `accountId` string, required — The UUID of the Account.
      - `createTime` string, required — The timestamp.
      - `nickname` string, required — The nickname of the Business Account.
      - `purpose` string, required — The purpose of the Business Account.
      - `currency` string, required — Currency code.
      - `balanceId` string, required — The UUID of the Balance id.
      - `bankAccounts` BankAccountDTO[] — The bank accounts.
        - `accountId` string, required — The UUID of the Account.
        - `createTime` string, required — The timestamp.
        - `accountName` string, required — The account holder's name.
        - `accountNo` string — The account number.
        - `currency` string, required — The currency.
        - `bankName` string, required — The bank Name.
        - `bankAddress` Address, required — Mailing or billing address
          - `addressLine1` string, required — Primary address line (Street address / PO Box / Company name). English letters only, numbers and common symbols allowed.
          - `addressLine2` string — Secondary address line (Apartment / Suite / Unit / Building). English letters only, numbers and common symbols allowed.
          - `city` string, required — City. English letters and spaces only.
          - `state` string, required — **State / County / Province / Region**: Required for all countries. - For the US and Canada: must provide the subdivision using the two-letter code (e.g., WA for Washington State). - For other countries without a state/province, repeat the country name. - Allowed characters: English letters, numbers, and common symbols.
          - `country` string, required — Two-letter country code, as defined in ISO 3166-1 alpha-2. Example: US
          - `postalCode` string, required — Postal / ZIP code of the address.
        - `swift` string — The SWIFT/BIC
        - `routingNumber` string — The Routing number
        - `routingType` string, required — The Routing type
        - `branchName` string, required — The bank branch
        - `branchCode` string — The branch code
        - `status` string, required — Account status, possible values: ACTIVE (enabled), FROZEN (temporarily disabled), INACTIVE (permanently disabled)

## Other responses

- `400` — Bad Request

---

[API](https://skmtc.net/interlace/apis/core-resource.md) · [All operations](https://skmtc.net/interlace/apis/core-resource/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/interlace/core-resource/revisions/29c08a4da357/schema)
