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?$skip={$skip}&$top={$top}&AccountKey={AccountKey}&ClientKey={ClientKey}&IncludeSubClients={IncludeSubClients}&Statuses={Statuses}

  • Create an allocation key

    Create an allocation key.

    POST https://gateway.saxobank.com/sim/openapi/trade/v1/allocationkeys

  • 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}

  • Delete allocation key

    Deletes an allocation key.

    DELETE 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}?AssetType={AssetType}&OrderAmountType={OrderAmountType}&Totalamount={Totalamount}&Uic={Uic}