---
title: "Get Financials"
method: GET
path: "/accounts/{account_id}/financials"
tags: ["Money + Positions"]
---

# Get Financials

`GET /accounts/{account_id}/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

- CustomerAccountFinancialsResponse
  - `balance` string, number, required — The current balance on the user's cash account.
  - `buying_power` string, number, required — The amount of money available to the user for buying instruments.
  - `funds_to_withdraw` string, number, required — The amount of money available for withdrawal. As trades are usually settled within two business days, this might not include proceeds from sales within the last few days (those will be `to_be_settled` until they are available).
  - `blocked` string, number, required — Amount blocked for orders placed, but not executed yet.
  - `to_be_settled` string, number, required — Incoming funds not settled yet. Within the next few business days, those will be moved from `to_be_settled` to `balance` and `funds_to_withdraw`.
  - `currency` string, required — An ISO 4217 three-letter currency code. Its value represents the currency for amounts 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)
