Endpoint Parameters

  • Request parameters

    Name Type Origin Description
    TradeLeaderId String Query-String Id of leader to retrieve data for
  • Response Parameters

    View Response Codes
    Name Type Description
    AccountId String Account Id of this
    AccountKey String Account Key of this
    AutoTradingPartnerLeaderId String Unique Identifier for Partner Leader Combination
    ClientId ClientId Gets the client id of the investment.
    Currency String Account currency
    DisplayName String User defined name of investment. If not specified then it defaults to
    DisplayState Integer SaxoInternal - States are bundled in DisplayStates for UI guidance. Only relevant for Saxo applications
    EntryGateResult EntryGateResult Entry Gate Test Result
    ErrorCode ErrorCode Error Code
    ErrorNumber Integer Error number if this is in error state This property is obsolete, please use
    InitialFunding Number The initial funding amount.
    InvestmentId String Investment Item identifier
    InvestmentProcessState InvestmentProcessState Investment process state
    InvestmentShieldAmount Number Investment shield amount (drawdown protection level).
    InvestmentStateId Integer State Id of this
    IsAuthorizedToFollow Boolean Reflects legal aspects of client (suitability and terms/conditions)
    IsAutoFundsTransfer Boolean Information about whether the funds would be auto transferred in case of investment stop.
    IsFollowAllowed Boolean Indicates whether user is allowed to follow current leaders instrument types and instruments. Also evaluates if follower passes any applied country filter or client group restrictions on leader. And verifies leader is enabled for any of followers owner(s).
    IsFollowing Boolean Indicates if this is actively following.
    IsOpenForFollowers Boolean Expresses if follower amount has exceeded limit.
    IsReadyForTrading Boolean Indictes if this is ready for trading.
    IsTradeFollowerReady Boolean Indicates Trade Follower created, active and passed suitability test
    IsWithdrawalInProgress Boolean Indicates if cash wtihdrawal is in progress.
    LeaderLogoUrl String Logo Url of the respective trade leader
    MinimumFunding Number The minimum funding amount.
    PendingFunding Number Any pending funding.
    PositionsCloseOnDeactivation Boolean Information about whether to close or keep related positions open on the investment deactivation (not available to all)
    ReservedAmount Number Any amount marked as reserved for withdrawl
    ReturnPercentage Number Account Performance return fraction
    StateName String Description of the state this is in
    StrategyName String Name of the strategy.
    TradeLeaderId String identifier.
  • Request Example

    Request URL
    GET /at/v3/investments?TradeLeaderId=8
  • Response Example

    Response body
    {
      "AccountId": "SAMGS*585220",
      "AccountKey": "LLnUM8rL-9CVIKwZTZG96g==",
      "ClientId": 2147279411,
      "Currency": "EUR",
      "DisplayName": "Investment Account",
      "DisplayState": 6,
      "EntryGateResult": "NA",
      "ErrorNumber": 0,
      "InitialFunding": 1000000,
      "InvestmentId": "1505",
      "InvestmentProcessState": "Starting",
      "InvestmentShieldAmount": 700000,
      "InvestmentStateId": 31,
      "IsAuthorizedToFollow": true,
      "IsFollowAllowed": true,
      "IsFollowing": true,
      "IsOpenForFollowers": false,
      "IsReadyForTrading": true,
      "IsTradeFollowerReady": true,
      "IsWithdrawalInProgress": false,
      "MinimumFunding": 20000,
      "PendingFunding": 0,
      "ReservedAmount": 0,
      "StrategyName": "Global StockPicker",
      "TradeLeaderId": "8"
    }