---
title: "Get account symbols"
method: GET
path: "/rest/api/v1/accounts/{accountId}/symbols"
tags: ["Trading API"]
---

# Get account symbols

`GET /rest/api/v1/accounts/{accountId}/symbols`

## Path parameters

- `accountId` string, uuid, required

## Response `200`

OK

- SymbolDTO[]
  - `baseCurrency` string
  - `digits` integer
  - `disabled` boolean
  - `lotSize` integer
  - `maximalVolume` number, double
  - `minimalVolume` number, double
  - `name` string
  - `points` number, double
  - `quoteCurrency` string
  - `stepVolume` number, double
  - `tradeType` 'REQUEST' | 'INSTANT' | 'MARKET' | 'ECHANGE'

---

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