Endpoints

  • Search for instruments or contract option roots

    Returns a list of summary information for all instruments and options on the Saxo Trading platform restricted by the access rights of the user.

    The resource serves as the starting point for an application/user who wants to navigate the available universe of instruments and options.

    Each entry therefore contains further references to instrument details or option roots, where the application can get further information about these entities.

    This endpoint supports OData query operators: $top and $skip.

    GET https://gateway.saxobank.com/sim/openapi/ref/v1/instruments?$skip={$skip}&$top={$top}&AccountKey={AccountKey}&AssetTypes={AssetTypes}&CanParticipateInMultiLegOrder={CanParticipateInMultiLegOrder}&Class={Class}&ExchangeId={ExchangeId}&IncludeNonTradable={IncludeNonTradable}&Keywords={Keywords}&OneMonthTotalValueChangesFrom={OneMonthTotalValueChangesFrom}&OneMonthTotalValueChangesTo={OneMonthTotalValueChangesTo}&OneWeekTotalValueChangesFrom={OneWeekTotalValueChangesFrom}&OneWeekTotalValueChangesTo={OneWeekTotalValueChangesTo}&OneYearTotalValueChangesFrom={OneYearTotalValueChangesFrom}&OneYearTotalValueChangesTo={OneYearTotalValueChangesTo}&Tags={Tags}&Uics={Uics}

  • Get option details and options space for specified option root

    Using the optionRoot as the "key" this resource lists common details about all contract options based on the same option root. It further returns a subset, or the complete list, of all available expiration and strike prices which can be derived from this root along with the uic needed to trade the specific Option.

    GET https://gateway.saxobank.com/sim/openapi/ref/v1/instruments/contractoptionspaces/{OptionRootId}?CanParticipateInMultiLegOrder={CanParticipateInMultiLegOrder}&ClientKey={ClientKey}&ExpiryDates={ExpiryDates}&OptionSpaceSegment={OptionSpaceSegment}&TradingStatus={TradingStatus}&UnderlyingUic={UnderlyingUic}

  • Get detailed information for list of instruments

    Use this operation to retrieve detailed information a list of instruments.

    GET https://gateway.saxobank.com/sim/openapi/ref/v1/instruments/details?$skip={$skip}&$top={$top}&AccountKey={AccountKey}&AssetTypes={AssetTypes}&FieldGroups={FieldGroups}&Tags={Tags}&Uics={Uics}

  • Get detailed information for a specific instrument

    Use this operation to retrieve details for a specific instrument.

    GET https://gateway.saxobank.com/sim/openapi/ref/v1/instruments/details/{Uic}/{AssetType}?AccountKey={AccountKey}&ClientKey={ClientKey}&FieldGroups={FieldGroups}

  • Get contract futures space

    Provides an overview of a contract futures space, with key futures-related properties for all instances in the futures space.

    GET https://gateway.saxobank.com/sim/openapi/ref/v1/instruments/futuresspaces/{ContinuousFuturesUic}

  • Trading schedules

    Returns trading schedule for a given uic and asset type.

    GET https://gateway.saxobank.com/sim/openapi/ref/v1/instruments/tradingschedule/{Uic}/{AssetType}