Endpoints
-
Get a list of existing allocation keys
Get a list of existing allocation keys. By default only Active allocation keys for current client are returned.GET https://gateway.saxobank.com/sim/openapi/trade/v1/allocationkeys/?$top={$top}&$skip={$skip}&AccountKey={AccountKey}&ClientKey={ClientKey}&Statuses={Statuses}&IncludeSubClients={IncludeSubClients}
-
Get detailed information about an allocation key
Get detailed information about an allocation key.GET https://gateway.saxobank.com/sim/openapi/trade/v1/allocationkeys/{AllocationKeyId}
-
Get distributed amount for a given allocation key
Retrieve distributed amount for the given allocation key.GET https://gateway.saxobank.com/sim/openapi/trade/v1/allocationkeys/distributions/{AllocationKeyId}/?Totalamount={Totalamount}&Uic={Uic}&AssetType={AssetType}&OrderAmountType={OrderAmountType}
-
Create an allocation key
Create an allocation key.POST https://gateway.saxobank.com/sim/openapi/trade/v1/allocationkeys
-
Delete allocation key
Deletes an allocation key.DELETE https://gateway.saxobank.com/sim/openapi/trade/v1/allocationkeys/{AllocationKeyId}