---
title: "List Holdings"
method: GET
path: "/data/v2/investment-accounts/{id}/holdings"
tags: ["Data v2.Investment"]
---

# List Holdings

`GET /data/v2/investment-accounts/{id}/holdings`

Returns a list of holdings for an investment account.

## Path parameters

- `id` string, required

## Query parameters

- `pageSize` integer, required
- `pageToken` string, required

## Response `200`

List holdings successfully fetched.

## Other responses

- `401` — Unauthorized request.
- `403` — Permission denied.

---

[API](https://skmtc.net/tink/apis/tink-api.md) · [All operations](https://skmtc.net/tink/apis/tink-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/tink/tink-api/revisions/23d8982b533d/schema)
