Endpoints

  • Create a trade.

    This operation is used to register new trade, which creates a position on the client's account.

    POST https://gateway.saxobank.com/sim/openapi/trade/v2/trades

  • Cancel one or more trades

    Cancels one or more trades. This is only supported for deal-capture trades.

    DELETE https://gateway.saxobank.com/sim/openapi/trade/v2/trades/{PositionIds}?AccountKey={AccountKey}