Endpoints
-
Get all price alert definitions
Get an unsorted list of all the price alert definitions belonging to the current user where the state matches the specified value. The alerts might belong to different accounts, should the user have more than oneGET https://gateway.saxobank.com/sim/openapi/vas/v1/pricealerts/definitions/?$top={$top}&$skip={$skip}&$inlinecount={$inlinecount}&State={State}
-
Get a price alert definition
Returns a price alert definition if foundGET https://gateway.saxobank.com/sim/openapi/vas/v1/pricealerts/definitions/{AlertDefinitionId}
-
Create a price alert definition
Creates a new price alert definition. The created definition is returned with a couple of more properties, the price alert definition id being one of themPOST https://gateway.saxobank.com/sim/openapi/vas/v1/pricealerts/definitions
-
Update a price alert definition
Updates an existing price alert definitionPUT https://gateway.saxobank.com/sim/openapi/vas/v1/pricealerts/definitions/{AlertDefinitionId}
-
Delete price alert definitions
Deletes the specified price alert definitionsDELETE https://gateway.saxobank.com/sim/openapi/vas/v1/pricealerts/definitions/{AlertDefinitionIds}
-
Get notification settings
Returns the current user's price alert notification settingsGET https://gateway.saxobank.com/sim/openapi/vas/v1/pricealerts/usersettings
-
Update notification settings
Modifies the current user's price alert notification settingsPUT https://gateway.saxobank.com/sim/openapi/vas/v1/pricealerts/usersettings