Retrieves a list of trade copiers.
/copiers
{
"result": "success",
"status": 200,
"meta": {
"count": 2,
"limit": 1000,
"order": "desc",
"last_id": 30
},
"data": [
{
"id": 31,
"created_at": "2021-03-09T12:49:33.000000Z",
"updated_at": "2021-03-10T11:49:45.000000Z",
"lead_id": 60,
"follower_id": 66,
"mode": "on",
"reverse": "no",
"risk_type": "risk_multiplier_by_balance",
"risk_value": 1,
"force_min": "no",
"max_lot": 50,
"slippage": 5,
"copy_pending": "no",
"copy_sl": "no",
"fixed_sl": null,
"copy_tp": "no",
"fixed_tp": null,
"comment": null
},
.....more copiers.....
]
}
Key | Value | Description |
---|---|---|
id | single integer | Find a specific copier |
ids | comma separated list of integers | Find multiple copiers |
lead_id | single integer | Find copiers by lead account |
lead_ids | comma separated list of integers | Find copiers by multiple lead accounts |
follower_id | single integer | Find copiers by follower account |
follower_ids | comma separated list of integers | Find copiers by multiple follower accounts |
Sign up to our newsletter to keep up-to-date.