Account API
Create a Signal Follower feature
Create a copier feature attached to a Signal Follower feature
post/rest/api/v1/accounts/{accountId}/signalFollowers/{signalFollowerId}/features
Path parameters
accountIdstring uuid required
signalFollowerIdstring uuid required
Request body
Example request
{
"setting": {
"maxLotSize": 10,
"minLotSize": 0.01
}
}Response
OK
Example response
{
"setting": {
"maxLotSize": 10,
"minLotSize": 0.01
}
}