---
title: "Get a trading account by id"
method: GET
path: "/trading/accounts/{accountId}"
tags: ["Trading"]
---

# Get a trading account by id

`GET /trading/accounts/{accountId}`

Permissions required: **Read trade activity**

Get trading account details by ID.

## Path parameters

- `accountId` string, required

## Response `200`

Successfully returned the trading account.

- TradingAccountResponse
  - `data` TradingAccount, required
    - `enabled` boolean, required — Enabled state of the trading account
    - `id` string, required — An ID uniquely identifying the trading account
    - `name` string, required — Name of the trading account

## Other responses

- `400` — Bad Request
- `401` — Unauthenticated
- `403` — Forbidden
- `404` — Not Found
- `429` — Too Many Requests
- `500` — Internal Server Error

---

[API](https://skmtc.net/anchorage/apis/anchorage-digital-api-reference.md) · [All operations](https://skmtc.net/anchorage/apis/anchorage-digital-api-reference/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/anchorage/anchorage-digital-api-reference/versions/166864b1ec6d/schema)
