---
title: "List Accounts"
method: GET
path: "/api/prime/trading/v1/accounts"
tags: ["Accounts"]
---

# List Accounts

`GET /api/prime/trading/v1/accounts`

Get the list of trading accounts that the current user belongs to.

**Requires access token scope:** `trade_view`

## Response `200`

An array of accounts

- object
  - `data` Account[], required
    - `id` string, uuid, required — The ID of the account
    - `name` string, required — Name for the trading account

## Other responses

- `default` — unexpected error

---

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