---
title: "Secdef Info"
method: GET
path: "/iserver/secdef/info"
tags: ["Contract"]
---

# Secdef Info

`GET /iserver/secdef/info`

Provides Contract Details of Futures, Options, Warrants, Cash and CFDs based on conid. To get the strike price for Options/Warrants use "/iserver/secdef/strikes" endpoint. Must call /secdef/search for the underlying contract first.

## Query parameters

- `conid` string, required
- `sectype` string, required
- `month` string
- `exchange` string
- `strike` number
- `right` string

## Response `200`

returns an array of objects

- SecdefInfo[]
  - `conid` number — IBKR contract identifier
  - `symbol` string — Underlying symbol
  - `secType` string — Security type
  - `exchange` string — Primary Exchange, Routing or Trading Venue
  - `listingExchange` string — Main Trading Venue
  - `right` string — Put or Call of the option. C = Call Option, P = Put Option
  - `strike` number — Set price at which a derivative contract can be bought or sold. The strike price also known as exercise price.
  - `currency` string — Currency the contract trades in
  - `cusip` string — Committee on Uniform Securities Identification Procedures number
  - `coupon` string — Annual interest rate paid on a bond
  - `desc1` string — Currency pairs for Forex e.g. EUR.AUD, EUR.CAD, EUR.CHF etc.
  - `desc2` string — Formatted expiration, strike and right
  - `maturityDate` number — Format YYYYMMDD, the date on which the underlying transaction settles if the option is exercised
  - `multiplier` string — Multiplier for total premium paid or received for derivative contract.
  - `tradingClass` string — Designation of the contract.
  - `validExchanges` string — Comma separated list of exchanges or trading venues.

## Other responses

- `500` — error while processing the request

---

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