---
title: "Get Treasury Financials"
method: GET
path: "/accounts/{account_id}/treasury_financials"
tags: ["Treasury Mandates"]
---

# Get Treasury Financials

`GET /accounts/{account_id}/treasury_financials`

## Path parameters

- `account_id` string, required

## Headers

- `LMG-Data-Privacy-Access-Principal` string, required
- `LMG-Data-Privacy-Access-Justification` string, required

## Response `200`

Successful Response

- CustomerAccountTreasuryFinancialsResponse
  - `portfolio_balance` string, number, required — The current portfolio balance. This is the number you want to display as the balance to your customers
  - `available_balance` string, number, required — The available portfolio balance for withdrawals
  - `unsettled_deposits` string, number, required — The value of deposits that are not fully processed yet. Once fully processed, the deposits will be considered in `portfolio_balance`.
  - `unsettled_withdrawals` string, number, required — The value of withdrawals that are not fully processed yet. Once fully processed, the deposits will be considered in `portfolio_balance`.
  - `currency` string, required — An ISO 4217 three-letter currency code. Its value represents the currency for the amount and fee listed here. The only currently available currency is `"EUR"`.

## Other responses

- `400` — Bad Request
- `401` — Unauthorized
- `404` — Not Found
- `422` — Unprocessable Entity
- `5XX` — Server Error

---

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