Endpoints
-
Retrieve potential investment details for a specific leader.
Retrieve potential investment details for a specific leader.
GET https://gateway.saxobank.com/sim/openapi/at/v3/investments?TradeLeaderId={TradeLeaderId}
-
Start an investment.
Start an investment.
POST https://gateway.saxobank.com/sim/openapi/at/v3/investments
-
Update an investment.
Update an investment.
PATCH https://gateway.saxobank.com/sim/openapi/at/v3/investments/{InvestmentId}
-
Get max amount currently available for withdrawal from an investment.
Get max amount currently available for withdrawal from an investment.
GET https://gateway.saxobank.com/sim/openapi/at/v3/investments/{InvestmentId}/maxWithdrawalAmount?TargetAccountId={TargetAccountId}
-
Initiate partial or full amount withdrawal from an investment.
Initiate partial or full amount withdrawal from an investment.
PUT https://gateway.saxobank.com/sim/openapi/at/v3/investments/{InvestmentId}/withdraw
-
Retrieve all investments for the client.
Retrieve all investments for the client.
GET https://gateway.saxobank.com/sim/openapi/at/v3/investments/me?TradeLeaderId={TradeLeaderId}
-
Create a session wide subscription
Sets up a new session wide subscription. The data stream will deliver updates from this point. Provides updates on the investments that one actively participating in.
POST https://gateway.saxobank.com/sim/openapi/at/v3/investments/subscriptions
-
Remove session wide subscription
Removes the subscription identified by the specified reference id (and streaming context id).
DELETE https://gateway.saxobank.com/sim/openapi/at/v3/investments/subscriptions/{ContextId}/{ReferenceId}
-
Create a session wide suggestion subscription
Sets up a new session wide suggestion subscription. The data stream will deliver updates from this point. Provides updates on all investments that one could possibly participate in.
POST https://gateway.saxobank.com/sim/openapi/at/v3/investments/subscriptions/suggestions
-
Remove session wide suggestion subscription
Removes the suggestion subscription identified by the specified reference id (and streaming context id).
DELETE https://gateway.saxobank.com/sim/openapi/at/v3/investments/subscriptions/suggestions/{ContextId}/{ReferenceId}
-
Gets the investment information for all clients under the given client combined with the investments of client itself and this information is grouped according to the leaders.
Gets the investment information for all clients under the given client combined with the investments of client itself and this information is grouped according to the leaders.
GET https://gateway.saxobank.com/sim/openapi/at/v3/investments/summaries