---
title: "List instruments"
method: GET
path: "/instruments"
tags: ["Instruments"]
---

# List instruments

`GET /instruments`

List all available instruments.

## Response `200`

Successful response containing the list of instruments.

- object
  - `data` Instrument[]
    - `symbols` SymbolTuple[], required
      - `symbol` string
      - `symbol_format` 'cms' | 'osi' — Denotes the format of the provided `symbol` field.
    - `asset_class` 'other' | 'currency' | 'equity' | 'option' | 'debt' | 'fund', required — The asset class of the symbol.
    - `primary_exchange` string, required — The primary exchange for the instrument.
    - `description` string, required — A description of the instrument.

---

[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)
