---
title: "List all accounts"
method: GET
path: "/auth/jwt/all-accounts"
tags: ["Auth"]
---

# List all accounts

`GET /auth/jwt/all-accounts`

List all of the users accounts, find the accNum for making requests to the /trade api

## Response `200`

OK

- GetAllAccountsResponse
  - `accounts` object[]
    - `id` string — Account ID
    - `name` string — Account Name
    - `currency` string — Account currency
    - `status` string — Account status
    - `accNum` string — Account number - used to select the account on /trade API
    - `aaccountBalance` number — Account balance

## Other responses

- `400` — Bad Request

---

[API](https://skmtc.net/tradelocker/apis/trading-api.md) · [All operations](https://skmtc.net/tradelocker/apis/trading-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/tradelocker/trading-api/revisions/5b184d9b617c/schema)
