Endpoints
-
Get logged in client details
Get details about logged-in user's clientGET https://gateway.saxobank.com/sim/openapi/port/v1/clients/me
-
Get client details
Get details about a clientGET https://gateway.saxobank.com/sim/openapi/port/v1/clients/{ClientKey}
-
Enables user to switch position netting mode or netting profile
Enables user of the client to switch position netting mode or netting profile of its own.PATCH https://gateway.saxobank.com/sim/openapi/port/v1/clients/me
-
Get details about clients under a particular owner
This endpoint will return information for all clients under the specified owner as well as the owner itself.GET https://gateway.saxobank.com/sim/openapi/port/v1/clients/?$top={$top}&$skip={$skip}&$inlinecount={$inlinecount}&OwnerKey={OwnerKey}
-
Enables IB to switch position netting mode(or netting profile) and change AccountValueProtectionLimit
Enables IB to switch position netting mode(or netting profile) and change account value protection limit on behalf of its clients.PATCH https://gateway.saxobank.com/sim/openapi/port/v1/clients/?ClientKey={ClientKey}