---
title: "Get configuration"
method: GET
path: "/trade/config"
tags: ["Config"]
---

# Get configuration

`GET /trade/config`

## Headers

- `accNum` integer, required

## Response `200`

OK

- ConfigResponse
  - `d` Config
    - `accountDetailsConfig` PanelConfig
      - `columns` Column[]
        - `description` string — Column description.
        - `id` string — Column identifier.
      - `id` string — Panel identifier.
      - `title` string — Localized title of a table
    - `customerAccess` PermissionsToUseSpecificFunctionsAndInformationInTheClientTerminal
      - `filledOrders` boolean — Whether the Executions tab is supported. If set to false, the /executions endpoint should not be used.
      - `marketDepth` boolean — Whether the Market depth is supported. If set to false, the /depth endpoint should not be used.
      - `orders` boolean — Whether the Orders tab is supported. If set to false, the /orders endpoint should not be used.
      - `ordersHistory` boolean — Whether the Orders history tab is supported. If set to false, the /ordersHistory endpoint should not be used
      - `positions` boolean — Whether the Positions tab is supported. If set to false, the /positions endpoint should not be used.
      - `symbolInfo` boolean — Whether the Symbol info is supported. If set to false, the symbol_info endpoint should not be used.
    - `filledOrdersConfig` PanelConfig
      - `columns` Column[]
        - `description` string — Column description.
        - `id` string — Column identifier.
      - `id` string — Panel identifier.
      - `title` string — Localized title of a table
    - `ordersConfig` PanelConfig
      - `columns` Column[]
        - `description` string — Column description.
        - `id` string — Column identifier.
      - `id` string — Panel identifier.
      - `title` string — Localized title of a table
    - `ordersHistoryConfig` PanelConfig
      - `columns` Column[]
        - `description` string — Column description.
        - `id` string — Column identifier.
      - `id` string — Panel identifier.
      - `title` string — Localized title of a table
    - `positionsConfig` PanelConfig
      - `columns` Column[]
        - `description` string — Column description.
        - `id` string — Column identifier.
      - `id` string — Panel identifier.
      - `title` string — Localized title of a table
    - `rateLimits` RateLimits
      - `rateLimitType` string — Limit type
      - `measure` string — Frequency measurement unit (SECONDS or MINUTES)
      - `intervalNum` integer — How many SECONDS/MINUTES are in the measured interval
      - `limit` integer — Limit value (maximum number of allowed times in intervalNum SECONDS/MINUTES)
    - `limits` Limits
      - `limitType` string — Limit type
      - `limit` integer — Limit value
  - `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/revisions/5b184d9b617c/schema)
