Endpoints
-
Get balance data for logged-in client
Get balance data for logged-in client.GET https://gateway.saxobank.com/sim/openapi/port/v1/balances/me
-
Get balance
Get balance data for a client, account group or an accountGET https://gateway.saxobank.com/sim/openapi/port/v1/balances/?ClientKey={ClientKey}&AccountGroupKey={AccountGroupKey}&AccountKey={AccountKey}&FieldGroups={FieldGroups}
-
Get margin overview
Get margin overview for a client, account group or an accountGET https://gateway.saxobank.com/sim/openapi/port/v1/balances/marginoverview/?ClientKey={ClientKey}&AccountGroupKey={AccountGroupKey}&AccountKey={AccountKey}
-
Create a subscription on a balance
Sets up a subscription and returns an initial snapshot of a balance.POST https://gateway.saxobank.com/sim/openapi/port/v1/balances/subscriptions
-
Remove all subscriptions marked with a specific tag
Removes multiple subscriptions for the current session on this resource and frees all resources on the server.DELETE https://gateway.saxobank.com/sim/openapi/port/v1/balances/subscriptions/{ContextId}/?Tag={Tag}
-
Remove subscription
Removes subscription for the current session identified by subscription id.DELETE https://gateway.saxobank.com/sim/openapi/port/v1/balances/subscriptions/{ContextId}/{ReferenceId}