Investor Program API

Get all approved traders in the investor program

Returns a list of all traders with ACTIVE status

get/rest/api/v1/investorProgram/traders

Response

OK

accountIdstring uuid

You have to set it during resource creation, after that, it is only read-only

copierIdstring uuid

You have to set it during resource creation, after that, it is only read-only

createdstring date-time

ISO 8601

featureIdstring uuid

You have to set it during resource creation, after that, it is only read-only. Use this to attach copier features to a Signal Follower feature.

idstring uuid
projectIdstring uuid

You have to set it during resource creation, after that, it is only read-only

Example response

[
  {
    "setting": {
      "maxLotSize": 10,
      "minLotSize": 0.01
    }
  }
]

Changes

Changed in 1 of the 3 revisions of this API.1

    • added FeatureNewsFilterDTO FeatureNewsProtectionDTO FeatureMarginCapDTO FeatureSpreadFilterDTO FeatureScheduledCloseReopenDTO to the items/setting response property oneOf list for the response status 200

      response-property-one-of-added