GET api/OptionCore/IsolateOptimalStrikes?ticker={ticker}&targetExpiration={targetExpiration}&spotPrice={spotPrice}&strikeDistancePercent={strikeDistancePercent}&wingWidth={wingWidth}&maxAllowedRatio={maxAllowedRatio}
Builds a detailed 4-leg iron condor payload with spot price bounds validation (400 when spot outside listed strike range), whale guard on short legs, and SQL whale alert logging. Query: ticker, targetExpiration, spotPrice, strikeDistancePercent, wingWidth, optional maxAllowedRatio. Route: GET api/OptionCore/IsolateOptimalStrikes.
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| ticker | string |
Required |
|
| targetExpiration | date |
Required |
|
| spotPrice | decimal number |
Required |
|
| strikeDistancePercent | decimal number |
Required |
|
| wingWidth | decimal number |
Required |
|
| maxAllowedRatio | decimal number |
Default value is 1.5 |
Body Parameters
None.
Response Information
Resource Description
HttpResponseMessage| Name | Description | Type | Additional information |
|---|---|---|---|
| Version | Version |
None. |
|
| Content | HttpContent |
None. |
|
| StatusCode | HttpStatusCode |
None. |
|
| ReasonPhrase | string |
None. |
|
| Headers | Collection of Object |
None. |
|
| RequestMessage | HttpRequestMessage |
None. |
|
| IsSuccessStatusCode | boolean |
None. |