Get all trade copiers .

GET
Endpoint
/copiers
Description

Retrieves a list of trade copiers.

Response
{
    "result": "success",
    "status": 200,
    "meta": {
        "count": 2,
        "limit": 1000,
        "order": "desc",
        "last_id": 1310228
    },
    "data": [
        {
            "id": 1310232,
            "created_at": "2025-04-25T14:57:37Z",
            "updated_at": "2025-04-25T14:57:39Z",
            "lead_id": 1242518,
            "follower_id": 1242519,
            "mode": "monitor",
            "reverse": "no",
            "use_alt_tick_value": "no",
            "risk_type": "fixed_lot",
            "risk_value": 1,
            "force_min": "no",
            "max_lot": 50,
            "slippage": 100,
            "copy_pending": "no",
            "copy_sl": "no",
            "fixed_sl": null,
            "copy_tp": "no",
            "fixed_tp": null,
            "comment": null
        },
        {
            "id": 1310228,
            "created_at": "2025-04-25T14:54:57Z",
            "updated_at": "2025-04-25T14:54:59Z",
            "lead_id": 1242495,
            "follower_id": 1241451,
            "mode": "on",
            "reverse": "no",
            "use_alt_tick_value": "no",
            "risk_type": "risk_multiplier_by_balance",
            "risk_value": 1,
            "force_min": "no",
            "max_lot": 50,
            "slippage": 100,
            "copy_pending": "no",
            "copy_sl": "no",
            "fixed_sl": null,
            "copy_tp": "no",
            "fixed_tp": null,
            "comment": null
        }
    ]
}

Filters

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

Stay in the loop.

Sign up to our newsletter to keep up-to-date.