Endpoints

  • Create a new position by accepting a quote

    Creates a new position by accepting a quote.

    The quote must be the most recent one and it must be tradable (Quote.PriceType=PriceType.Tradable).

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

  • Update a position

    Updates properties of an existing position.

    PATCH https://gateway.saxobank.com/sim/openapi/trade/v1/positions/{PositionId}

  • Exercise a position

    Forces exercise of a position. This is relevant for Futures Options, Stock Options, Stock Index Options.

    PUT https://gateway.saxobank.com/sim/openapi/trade/v1/positions/{PositionId}/exercise

  • Exercise an amount

    Forces exercise of an amount across all positions for the specified UIC. This is relevant for Futures Options, Stock Options, Stock Index Options.

    PUT https://gateway.saxobank.com/sim/openapi/trade/v1/positions/exercise