Endpoint Parameters

  • Request parameters

    Name Type Origin Description
    AccountKey AccountKey Body Gets or sets the account identifier.
    Amount Integer Body Number of Lots to be exercised
    AppHint Integer Body Optional informational id, which will be added to the order for statistics purposes. Only relevant for Saxo applications
    AssetType AssetType Body Gets or sets the type of the asset.
    PositionId String Route The position identifier.
    Uic Integer Body Gets or sets the uic.
  • Response Parameters

    View Response Codes
    Name Type Description
    ErrorInfo StringErrorResponse Gets or sets the error information.
    PositionId String Id of newly created position
  • Request Example

    Request URL
    PUT /trade/v1/positions/{PositionId}/exercise
    Request Body
    {
      "AccountKey": "LZTc7DdejXODf-WSl2aCyQ==",
      "Amount": 100,
      "Uic": 5455848,
      "AssetType": "StockOption"
    }
    
  • Response Example

    Response body
    {
      "PositionId": "1019942426"
    }