Signal API
Get follower feature
get/rest/api/v1/signals/{signalProviderId}/accounts/{accountId}/followerFeature
Path parameters
signalProviderIdstring uuid required
accountIdstring uuid required
Response
OK
Example response
{
"setting": {
"maxLotSize": 10,
"minLotSize": 0.01
}
}