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?AccountKey={AccountKey}&Amount={Amount}&AmountType={AmountType}&AssetType={AssetType}&FieldGroups={FieldGroups}&ForwardDate={ForwardDate}&ForwardDateFarLeg={ForwardDateFarLeg}&ForwardDateNearLeg={ForwardDateNearLeg}&OrderAskPrice={OrderAskPrice}&OrderBidPrice={OrderBidPrice}&QuoteCurrency={QuoteCurrency}&ToOpenClose={ToOpenClose}&Uic={Uic}

  • 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?AccountKey={AccountKey}&Amount={Amount}&AmountType={AmountType}&AssetType={AssetType}&FieldGroups={FieldGroups}&ForwardDate={ForwardDate}&ForwardDateFarLeg={ForwardDateFarLeg}&ForwardDateNearLeg={ForwardDateNearLeg}&OrderAskPrice={OrderAskPrice}&OrderBidPrice={OrderBidPrice}&QuoteCurrency={QuoteCurrency}&ToOpenClose={ToOpenClose}&Uics={Uics}

  • 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}