Instrument details
get_instrument_detailsFetch detailed contract specifications for a financial instrument using its UIC and asset type. Returns currency, exchange, tick size, lot size, trading hours, and other reference data.
Instructions
Contract specification for one instrument: description, currency, exchange, tick size / price decimals, lot and minimum trade size, trading sessions (trading hours) and other reference data.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| uic | Yes | Saxo UIC (universal instrument code) from search_instruments. | |
| assetType | Yes | Saxo AssetType exactly as returned by search_instruments, e.g. "Stock", "FxSpot", "Etf", "CfdOnStock", "ContractFutures". | |
| includeTradingSchedule | No | Also fetch the trading schedule (default true). |