Endpoints
-
Get details about a single account group
Get details about a single account groupGET https://gateway.saxobank.com/sim/openapi/port/v1/accountgroups/{AccountGroupKey}/?ClientKey={ClientKey}
-
Get all accounts groups under a particular client to which the logged in user belongs
Get all accounts gropus under a particular client to which the logged in user belongs.GET https://gateway.saxobank.com/sim/openapi/port/v1/accountgroups/me/?$top={$top}&$skip={$skip}&$inlinecount={$inlinecount}
-
Get a list of all accounts groups used by the specified client
Get a list of all account groups used by the specified clientGET https://gateway.saxobank.com/sim/openapi/port/v1/accountgroups/?$top={$top}&$skip={$skip}&$inlinecount={$inlinecount}&ClientKey={ClientKey}
-
Update account group information
Enables the user to update account group settings. Particularly the account group AccountValueProtectionLimit .PATCH https://gateway.saxobank.com/sim/openapi/port/v1/accountgroups/{AccountGroupKey}/?ClientKey={ClientKey}