Account API
Get all Signal Follower features
Get all copier features attached to a Signal Follower feature
get/rest/api/v1/accounts/{accountId}/signalFollowers/{signalFollowerId}/features
Path parameters
accountIdstring uuid required
signalFollowerIdstring uuid required
Response
OK
Example response
[
{
"setting": {
"maxLotSize": 10,
"minLotSize": 0.01
}
}
]