Copier Trend
The /user/copier/trend endpoint returns accumulated earning data for all the running copiers.
It returns all the data for a given period
Method
GET /user/copier/trend
Query Parameters
period—1,30,90,180,1000- copier time window in days. Defaults to30.
Response
{
"status": 200,
"data": {
"total_earnings": "4.87",
"today_pnl": "4.88",
"today_roi": "13.52",
"has_trades": true,
"graph": [
{
"day": "2025-06-16T00:00:00Z",
"value": "4.87"
}
]
}
}
Fields Explained
total_earnings
Total accumulated Pnl in USD.
today_pnl
Today's Pnl in USD.
today_roi
Today's ROI in USD.
has_trades
Boolean indicating if there are any trades ever.
graph
Array of accumulated Pnl values in USD.