Endpoints
-
Get balance
Get balance data for a client, account group or an account
GET https://gateway.saxobank.com/sim/openapi/port/v1/balances?AccountGroupKey={AccountGroupKey}&AccountKey={AccountKey}&ClientKey={ClientKey}&FieldGroups={FieldGroups}
-
Get margin overview
Get margin overview for a client, account group or an account
GET https://gateway.saxobank.com/sim/openapi/port/v1/balances/marginoverview?AccountGroupKey={AccountGroupKey}&AccountKey={AccountKey}&ClientKey={ClientKey}
-
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
-
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}