---
title: "Get account details"
method: GET
path: "/trade/accounts"
tags: ["Account"]
---

# Get account details

`GET /trade/accounts`

Detailed information about the account selected by <i>accNum</i>.

## Headers

- `accNum` integer, required

## Response `200`

OK

- AccountResponse
  - `d` Account[], required
    - `currency` string — Abbreviation of account currency.
    - `id` string, required — Unique account identifier.
    - `name` string, required — Account title that is displayed to a user.
    - `riskRules` RiskRules
      - `balanceRelativeDrawdown` number — The minimum allowable Projected balance value that the account can have. Max drawdown value calculates as % from the current Balance value
      - `dailyLossLimit` LossLimitRule
        - `value` number — value
        - `warnLevel1` number — WarnLevel1
        - `warnLevel2` number — WarnLevel2
      - `dailyProfitTarget` number — A maximum value of daily net profit allowed for an account
      - `maxDrawdownLevel` number — The minimal allowed Projected balance value in the account currency for the account not to trigger a Stop out
      - `maxOrderAmount` number — The maximum amount for a single order measured in the instrument units
      - `maxOrderCapital` number — The maximum order capital which can be sent by user. Order capital = Qty. * Lot size * Price * Cross price
      - `maxOrdersCount` number — The maximum number of orders that user can place or modify during a day
      - `maxPendingOrdersNumber` number — The maximum quantity of pending orders which can be placed by account. Closing SL/TP orders aren’t taken into consideration in the counter, and are accepted without restrictions
      - `maxPositionsNumber` number — The maximum number of positions which can be opened by one account. Closing orders (Market and SL/TP) are accepted without checking and restrictions
      - `maxTrailingDrawdown` number — Maximum drawdown level for an account. A reached 'Max trailing drawdown' blocks trading
      - `positionLossLimit` number — Loss limit value for the position in percent
      - `totalMaxPositionQty` number — Maximum possible qty in lots of all positions and orders for all trading instruments. A reached 'Total max position qty' blocks an order placement and an order modification
      - `unrealizedLossLimit` LossLimitRule
        - `value` number — value
        - `warnLevel1` number — WarnLevel1
        - `warnLevel2` number — WarnLevel2
      - `weeklyLossLimit` LossLimitRule
        - `value` number — value
        - `warnLevel1` number — WarnLevel1
        - `warnLevel2` number — WarnLevel2
    - `status` 'ACTIVE' | 'CLOSED' | 'FINRA_DAY_TRADER_PATTERN' | 'LIQUIDATION_ONLY' | 'SUSPENDED' | 'TRADE_OFF' — Status of the account
    - `tradingRules` TradingRules
      - `supportBrackets` boolean — Whether the brackets (take profit and stop loss) for orders and positions are supported
      - `supportPartialClosePosition` boolean — Supporting partial closing of a position.
      - `supportSelfTrading` boolean — Whether the user is allowed to trade on this account
      - `supportTradingOutOfTradingHours` boolean — Whether placing orders out of trading hours is allowed for the account
      - `supportTrailingStop` boolean — Whether the trailing stop orders are supported
    - `type` 'demo' | 'live'
  - `s` string, required — Status will always be `ok`.

## Other responses

- `401` — Unauthorized
- `403` — Forbidden
- `404` — Not Found

---

[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/versions/5b184d9b617c/schema)
