Skip to main content
GET
/
accounts
/
{accountId}
/
holdings
Get account holdings
curl --request GET \
  --url https://lunchflow.com/api/v1/accounts/{accountId}/holdings \
  --header 'Authorization: Bearer <token>'
{
  "holdings": [
    {
      "security": {
        "name": "<string>",
        "currency": "<string>",
        "tickerSymbol": "<string>",
        "figi": "<string>",
        "cusp": "<string>",
        "isin": "<string>"
      },
      "quantity": 123,
      "price": 123,
      "value": 123,
      "costBasis": 123,
      "currency": "<string>",
      "raw": {}
    }
  ],
  "totalValue": 123,
  "currency": "<string>"
}

Authorizations

Authorization
string
header
required

Your API key for authentication. Create an API destination in your Lunch Flow dashboard to get your API key. Keep this secure and do not expose it publicly.

Path Parameters

accountId
string
required

Response

200

holdings
object[]
required
totalValue
number
required
currency
string
required