Get Option Chain
saxo_get_option_chainFetch option chain (strikes and expirations) for a given option root. Use it to obtain Uic values for building multi-leg option spreads after searching instruments.
Instructions
Fetch the option chain (strikes + expirations) for an option root. Use this after saxo_search_instruments with assetTypes=[StockOption] to find the Uic of each option leg before placing a multi-leg spread. Set normalize=true (default) to return one row per strike with callUic+putUic; normalize=false returns the raw Saxo OptionSpace shape.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| optionRootId | Yes | ||
| expiryDates | No | ||
| strikeCount | No | ||
| clientKey | No | ||
| accountKey | No | ||
| trading | No | ||
| normalize | No |