---
title: "List cash balances"
method: GET
path: "/accounts/{account_id}/cash-balances"
tags: ["holdings"]
---

# List cash balances

`GET /accounts/{account_id}/cash-balances`

Retrieve an account's cash balances (one for each supported currency).

## Path parameters

- `account_id` string, required

## Response `200`

OK

- CashBalance[]
  - `available_for_trading` string, required — Cash available for placing buy orders.
  - `available_for_withdrawal` string, required — Cash available for withdrawal.
  - `currency` 'EUR' | 'USD' | 'GBP', required
  - `reserved` string, required — Cash reserved for pending orders or withdrawals.
  - `total` string, required — Total cash balance across all settlement states.

## Other responses

- `400` — Bad Request

---

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