---
title: "List summary of Inventory"
method: GET
path: "/tax/inventory/summary/{subaccountId}"
tags: ["Tax"]
---

# List summary of Inventory

`GET /tax/inventory/summary/{subaccountId}`

Permissions required: **Subaccount**


List user's inventory summary for all assets.

## Path parameters

- `subaccountId` string, required

## Query parameters

- `limit` integer
- `offset` integer

## Response `200`

Successfully returned the inventory summary

- InventorySummaryResponse
  - `data` InventorySummary[], required
    - `assetType` string, required — A string representing the asset type
    - `costBasis` string, required — The cost basis of the asset.
    - `quantity` string, required — Quantity of asset.
    - `quantityWithCostBasis` string — Quantity of an asset that has a cost basis associated.
    - `quantityWithoutCostBasis` string — Quantity of an asset that doesn't have a cost basis associated.

## Other responses

- `400` — Bad Request
- `401` — Unauthenticated
- `403` — Forbidden
- `429` — Too Many Requests
- `500` — Internal Server Error
- `501` — Not Implemented Error

---

[API](https://skmtc.net/anchorage/apis/anchorage-digital-api-reference.md) · [All operations](https://skmtc.net/anchorage/apis/anchorage-digital-api-reference/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/anchorage/anchorage-digital-api-reference/versions/166864b1ec6d/schema)
