Get Option Chain
get_option_chainFinds and returns a limited set of valid single-leg option contracts for a specified underlying asset.
Instructions
Discover single-leg option contracts for an underlying and return a bounded list of qualified candidates.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| rights | No | ||
| expiries | No | ||
| expiry_end | No | ||
| max_strike | No | ||
| min_strike | No | ||
| underlying | Yes | ||
| expiry_start | No | ||
| strike_count | No | ||
| max_candidates | No | ||
| option_exchange | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| strikes | No | Available strikes. | |
| exchange | No | Primary option exchange used. | |
| candidates | No | Qualified contracts matching the requested filters. | |
| multiplier | No | Option contract multiplier. | |
| underlying | Yes | Resolved underlying contract. | |
| expirations | No | Available expirations. | |
| candidateCount | Yes | Number of candidates returned. | |
| underlyingPrice | No | Underlying last price when snapshot data is available. |