---
title: "Retrieve Instrument Options Chain"
method: GET
path: "/instruments/{symbolOrInstrumentID}/options"
tags: ["Instruments"]
---

# Retrieve Instrument Options Chain

`GET /instruments/{symbolOrInstrumentID}/options`

Retrieves an Instrument Options Chain by symbol or instrumentID.

## Path parameters

- `symbolOrInstrumentID` string, required

## Query parameters

- `expirationDate` string, date
- `page` integer
- `pageSize` integer
- `sortOrder` 'asc' | 'desc'
- `noOfStrikes` integer
- `minStrikePrice` integer
- `maxStrikePrice` integer
- `optionType` 'CALL' | 'PUT'
- `id` string
- `filterBy` string

## Response `200`

Retrieving an Instrument Options Chain by symbol or instrumentID was Successful.

- OptionsList
  - `symbol` string — Option OSI symbol
  - `options` OptionInstrumentDetails[]
    - `id` string, uuid — A unique ID created by DriveWealth to identify a specific instrument.
    - `symbol` string — The Option OSI symbol
    - `type` 'EQUITY' | 'ALTERNATIVE_ASSET' | 'MUTUAL_FUND' | 'DEBT' | 'OPTION' | 'CRYPTO' — The classification of the instrument.
    - `name` string — A friendly name of the Instrument, like the Company name for an equity
    - `exchange` string — The stock exchange the instrument is listed on.
    - `orderSizeMax` number — The maximum share amount for any order of this Instrument.
    - `orderSizeMin` number — The minimum share amount for any order of this Instrument.
    - `orderSizeStep` number — Increment amount on order of this Instrument.

---

[API](https://skmtc.net/drivewealth/apis/authentication-apis.md) · [All operations](https://skmtc.net/drivewealth/apis/authentication-apis/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/drivewealth/authentication-apis/revisions/9fced6d0ac41/schema)
