Skip to main content

Leader Trend

The /user/leader/trend endpoint returns accumulated profit sharing earned by the leader.

It returns all the data for a given period

Method

GET /user/copier/trend

Query Parameters

  • period1, 7, 30, 90, 180, 1000 - copier time window in days. Defaults to 30.

Response

{
"status": 200,
"data": {
"total_earnings": "4.87",
"today_earning": "4.88",
"total_aum": "100.00",
"graph": [
{
"day": "2025-06-16T00:00:00Z",
"value": "4.87"
}
]
}
}

Fields Explained

total_earnings

Total accumulated profit sharing earned by the leader in USD.

today_earning

Today's accumulated profit sharing earned by the leader in USD.

total_aum

Total amount of assets under management in USD for current running leader accounts.

graph

Array of accumulated earning values in USD.