Leader Copiers
The /user/leader/copiers/:id Returns all the current copiers of the leader.
Method
GET /user/leader/copiers/:id
Response
{
"status": 200,
"data": [
{
"copier_id": "84174007191996225",
"username": "test_copier",
"start_at": "2025-06-23T08:33:57.491859Z",
"total_paid": "33",
"final_balance": "2468.39",
"roi": "-1.26",
"pnl": "-31.6",
"real_pnl": "-31.6",
"commission": "10"
}
]
}
Fields Explained
- copier_id: Copier ID.
- username: Username of the copier.
- start_at: ISO 8601 timestamp when the copier was started.
- total_paid: Total amount of USDT paid in commision to the leader.
- final_balance: Final balance of the copier.
- roi: Return on investment of the copier.
- pnl: Profit or loss of the copier.
- real_pnl: Realized profit or loss of the copier calculated directly from the Trades. This is the one we use when calculating profit sharing.
- commission: Profit share commission percentage that the copier pays to the leader. In %