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. Uic Integer Body Gets or sets the uic. -
Response Parameters
View Response CodesName 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/exercise
Request Body
{ "AccountKey": "LZTc7DdejXODf-WSl2aCyQ==", "Amount": 100, "AssetType": "StockOption", "Uic": 5455848 }
-
Response Example
Response body
{ "PositionId": "1019942426" }