v1

latestOpenAPI 3.1.02026-07-2496304466.3 KB
Money + Positions

Get Financials

get/accounts/{account_id}/financials

Path parameters

account_idstring required

An account identifier.

Headers

LMG-Data-Privacy-Access-Principalstring required
LMG-Data-Privacy-Access-Justificationstring required

Response

Successful Response

balancestring number required

The current balance on the user's cash account.

buying_powerstring number required

The amount of money available to the user for buying instruments.

funds_to_withdrawstring 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).

blockedstring number required

Amount blocked for orders placed, but not executed yet.

to_be_settledstring 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.

currencystring required

An ISO 4217 three-letter currency code. Its value represents the currency for amounts listed here. The only currently available currency is "EUR".

Example response

{
  "currency": "EUR"
}