---
title: "Get inventory"
method: GET
path: "/accounts/{account_id}/inventories/{symbol}"
tags: ["Inventories"]
---

# Get inventory

`GET /accounts/{account_id}/inventories/{symbol}`

Get located inventory for a symbol.

## Path parameters

- `account_id` string, required — Account ID for the account.
- `symbol` string, required

## Response `200`

Successful response

- LocateInventory
  - `account_id` string — Account ID for the account.
  - `account_number` string — Account number for the account.
  - `symbol` string
  - `available` string — String representation of quantity.
  - `reserved` string — String representation of quantity.
  - `used` string — String representation of quantity.

## Other responses

- `default` — Error response

---

[API](https://skmtc.net/clear-street/apis/common-api-models.md) · [All operations](https://skmtc.net/clear-street/apis/common-api-models/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/clear-street/common-api-models/revisions/05b4df42c056/schema)
