v1
latestOpenAPI 3.1.02026-07-2496304466.3 KBMoney + Positions
Get Positions
get/accounts/{account_id}/positions
Path parameters
account_idstring required
An account identifier.
Query parameters
cursorstring
A pagination cursor. When you receive a paginated response containing the property pagination.next_cursor, you can pass its value here to get the next page of results for your query. A cursor will include filter parameters, so there is not need to specify both the cursor and any other filter parameter.
limitinteger
In order to customize the number of elements returned, you can provide a limit here. The service will not return more elements than specified.
securities_accountstring
A securities account identifier. Use this parameter to limit results to positions for a specific securities account only.
Headers
LMG-Data-Privacy-Access-Principalstring required
LMG-Data-Privacy-Access-Justificationstring required
Response
Successful Response
Example response
{
"data": [
{
"instrument": {
"isin": "IE00B441G979",
"title": "iShares MSCI World EUR Hedged UCITS ETF (Acc)"
},
"quantity": "232.75210",
"buy_in": "71.8482",
"latest_bid": "71.7580",
"latest_price": {
"amount": "71.7580",
"type": "quote",
"updated_at": "2026-04-23T10:30:00+00:00"
},
"currency": "EUR"
}
],
"pagination": {
"next_cursor": "<opaque-data>"
}
}