Endpoint Parameters

  • Request parameters

    Name Type Origin Description
    TradeLeaderId String Query-String Id of trade leader
  • Response Parameters

    View Response Codes
    Name Type Description
    __count Number The total count of items in the feed.
    __next String The link for the next page of items in the feed.
    Data InvestmentContract [] The collection of entities for this feed.
    MaxRows Number The maximum number of rows that can be returned (if applicable).
  • Request Example

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

    Response body
    {
      "Data": [
        {
          "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"
        }
      ]
    }