---
title: "Get trading accounts list"
method: GET
path: "/cloud/accounts"
tags: ["Cloud API"]
---

# Get trading accounts list

`GET /cloud/accounts`

Get trading accounts list

## Response `200`

Successful operation

- Account[]
  - `accountid` integer
  - `account` string
  - `sessionid` integer
  - `hwid` string
  - `value` number
  - `cash` number
  - `changepercent` number
  - `positions` Positions
    - `symbol` string
  - `typeid` integer
  - `accounttypename` string
  - `positionspercent` Positions
    - `symbol` string
  - `currencytext` string
  - `currencycode` string
  - `change` number
  - `computer` string
  - `currencyid` integer
  - `comments` string
  - `timestamp` string, date-time
  - `userid` integer

## Other responses

- `500` — Error

---

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