Endpoints

  • Get an info price for a specific instrument

    Gets an info price for an instrument using the specified parameters.

    GET https://gateway.saxobank.com/sim/openapi/trade/v1/infoprices/?Uic={Uic}&AccountKey={AccountKey}&AssetType={AssetType}&Amount={Amount}&ForwardDate={ForwardDate}&ExpiryDate={ExpiryDate}&StrikePrice={StrikePrice}&OrderAskPrice={OrderAskPrice}&OrderBidPrice={OrderBidPrice}&LowerBarrier={LowerBarrier}&UpperBarrier={UpperBarrier}&PutCall={PutCall}&FieldGroups={FieldGroups}&AmountType={AmountType}&ForwardDateNearLeg={ForwardDateNearLeg}&ForwardDateFarLeg={ForwardDateFarLeg}&ToOpenClose={ToOpenClose}&QuoteCurrency={QuoteCurrency}

  • Get info prices for a list of instruments

    Get a list of info prices for a list of instruments using the specified parameters.

    GET https://gateway.saxobank.com/sim/openapi/trade/v1/infoprices/list/?Uics={Uics}&AccountKey={AccountKey}&AssetType={AssetType}&Amount={Amount}&ForwardDate={ForwardDate}&ExpiryDate={ExpiryDate}&StrikePrice={StrikePrice}&OrderAskPrice={OrderAskPrice}&OrderBidPrice={OrderBidPrice}&LowerBarrier={LowerBarrier}&UpperBarrier={UpperBarrier}&PutCall={PutCall}&FieldGroups={FieldGroups}&AmountType={AmountType}&ForwardDateNearLeg={ForwardDateNearLeg}&ForwardDateFarLeg={ForwardDateFarLeg}&ToOpenClose={ToOpenClose}&QuoteCurrency={QuoteCurrency}

  • Create an active info price subscription on an list of instruments

    Sets up a subscription and returns an initial snapshot of an info price list specified by the parameters in the request.

    POST https://gateway.saxobank.com/sim/openapi/trade/v1/infoprices/subscriptions

  • Remove info price subscriptions on instruments

    Removes info price subscriptions on one or more instruments for the current session.

    DELETE https://gateway.saxobank.com/sim/openapi/trade/v1/infoprices/subscriptions/{ContextId}/?Tag={Tag}

  • Remove info price subscription on an instrument

    Removes an info price subscription on a single instrument.

    DELETE https://gateway.saxobank.com/sim/openapi/trade/v1/infoprices/subscriptions/{ContextId}/{ReferenceId}