Endpoint Parameters
-
Request parameters
Name Type Origin Description AccountKey AccountKey Body Gets or sets the account identifier. Amount Int Body Number of Lots to be exercised AppHint Int 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 Int Body Gets or sets the uic. -
Response Parameters
View Response CodesName Type Description ErrorInfo ErrorResponse Gets or sets the error information. PositionId String Id of newly created position -
Request Example
Request URL
PUT trade/v1/positions/stringValue/exercise
Request Body
{ "AccountKey": "LZTc7DdejXODf-WSl2aCyQ==", "Amount": 100, "AssetType": "StockOption", "Uic": 5455848 }
-
Response Example
Response body
{ "PositionId": "1019942426" }