---
title: "GET /cashBalance/list"
method: GET
path: "/cashBalance/list"
tags: ["Accounting"]
---

# GET /cashBalance/list

`GET /cashBalance/list`

Retrieves all entities of CashBalance type

## Response `200`

See definition

- CashBalance[]
  - `id` integer
  - `accountId` integer, required — id of Account
  - `timestamp` string, date-time, required
  - `tradeDate` TradeDate, required
    - `year` integer, required
    - `month` integer, required
    - `day` integer, required
  - `currencyId` integer, required — id of Currency
  - `amount` number, double, required
  - `realizedPnL` number, double
  - `weekRealizedPnL` number, double

---

[API](https://skmtc.dev/tradovate/apis/tradovate-api.md) · [All operations](https://skmtc.dev/tradovate/apis/tradovate-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/tradovate/tradovate-api/revisions/7cdb5e795c45/schema)
