---
title: "Search Strikes"
method: GET
path: "/iserver/secdef/strikes"
tags: ["Contract"]
---

# Search Strikes

`GET /iserver/secdef/strikes`

Query strikes for Options/Warrants. For the conid of the underlying contract, available contract months and exchanges use "/iserver/secdef/search"

## Query parameters

- `conid` string, required
- `sectype` string, required
- `month` string, required
- `exchange` string

## Response `200`

returns an object contains call/put strike prices

- object
  - `call` string[]
  - `put` string[]

## Other responses

- `500` — error while processing the request

---

[API](https://skmtc.dev/ibkr/apis/client-portal-web-api.md) · [All operations](https://skmtc.dev/ibkr/apis/client-portal-web-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/ibkr/client-portal-web-api/revisions/32edbfe496d1/schema)
